Controls don't show on form

  • Thread starter Thread starter Morten Snedker
  • Start date Start date
* Morten Snedker said:
No - I put the controls there myself. But on runtime they don't
show....?

Are you sure they are added to the form's 'Controls' collection
('Me.Controls.Add(Me.Button1)' and so on)?
 
Are you sure they are added to the form's 'Controls' collection
('Me.Controls.Add(Me.Button1)' and so on)?

No, not really. I've made a couple of projects before. With those just
taken controls from the toolbox and placed them on the form, pressed
F5, and the would show on the form.

Using the code from the link above, and then adding controls...why
don't they show automatically as they usually do??

If i'm misunderstanding something please guide me...

Once again - thx in advance...


/Snedker
 
Back
Top