atesh Posted August 2, 2003 Posted August 2, 2003 anybody encounter a similar problem?: I put in all the labels, buttons, textboxes, etc. in my form, then when I write code, and then go back to the designer, the form is BLANK! It happens with every one of my projects. If I run the program everything is there again, but I can't modify anything because the form is blank in the designer. Quote To err is human, to really foul things up requires a computer.
*Experts* Volte Posted August 2, 2003 *Experts* Posted August 2, 2003 Is the InitializeComponent sub being called from your form's constructor? Paste your form code here, please. Quote
atesh Posted August 2, 2003 Author Posted August 2, 2003 yeah I had stupidly deleted the Intialize component, so that was obviously the problem. But what I'm wondering now is when I put it back in, why doesn't the objects on the form reappear. Quote To err is human, to really foul things up requires a computer.
*Experts* Volte Posted August 2, 2003 *Experts* Posted August 2, 2003 Did you try closing the Form Designer (with the X, not just going to a different window) and re-opening it? That will force re-initialization of the designer. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.