Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
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.
Posted
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 ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...