MustangJoe Posted January 29, 2004 Posted January 29, 2004 Whenever I make a change to the visual aspect of a form (size for instance), it does not recompile and reflect the new changes whenever I try to build/rebuild it. I'm trying to make a few of my forms a bit taller, but each time I try rebuilding it and running the program, when I display the form, it cuts it short, and I have to manually resize the window to see everything I need to see. Quote
MustangJoe Posted January 29, 2004 Author Posted January 29, 2004 Never mind, I figured it out after asking like 5 people here at work. :) Quote
Administrators PlausiblyDamp Posted January 29, 2004 Administrators Posted January 29, 2004 Is there any code in the form_load or form_activated events that change the form's size? When you rebuild the app do you get any errors generated? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
MustangJoe Posted January 29, 2004 Author Posted January 29, 2004 There was no activation event, and the form_load had nothing that was resizing. VB.NET wasn't updating the initialization code for the form controls where it had the sizes of items. My main form had an instance of another form class, and would open that form on certain events. The initialization code for the form class had it set to a previous version that I had before I needed more fields on it. I deleted the code and it worked like a charm ;) 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.