Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Visual Studio IDE
 

Visual Studio IDE

When I make changes to my windows form, and after I run the program, the changes do not show up. It just comes up as an empty form. Can someone please tell me the problem.

LetsGoNative  Friday, September 04, 2009 9:01 PM
To be honest that sounds a little too vague, and if you are using MS Visual Studio, sounds impossible if you are talking about design-time changes.

Can you please explain a bit more about your problem? Are you referring to design-time changes? If yes, what changes? What controls are involved?
MCP
webJose  Friday, September 04, 2009 10:43 PM
Are you using an Inherited Form? If so have you called the InitializeComponent() method in the Constructor?
Mick Doherty
http://dotnetrix.co.uk
Mick Doherty  Saturday, September 05, 2009 9:02 AM
Hi LetsGoNative,

You can check the constructor of the form to see if the the InitializeComponent method is called. If not, what we did in the designer would not work.
Could you please provide more information?

Regards,
Aland Li
Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Tuesday, September 08, 2009 8:13 AM

Hi,

We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.

Aland Li


Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Friday, September 11, 2009 6:22 AM

You can use google to search for other answers

Custom Search

More Threads

• Problems w/ standard windows forms controls when add custom control
• MDI StartPostion.
• Hosted controls on UserControl invisible
• Can't access IO namespace (C#)
• An unhandled win32 exception occurred in devenv.exe
• Parent Property
• Shadows Property Problem
• Pressing Enter Key creates Beep Sound
• Missing check box and radio button focus cues
• Previously visible user control becomes invisible in design view of winform(vb.net) in VS 2008.