Click here to Skip to main content
15,923,374 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi...
I am going to develop a code generator to create form with several control like textbox,Button ect.

Now my problem is

1. I am adding the control in form1.vb file , But I am unbale to see at design time,I can see only in run time.

2.I also tried to add controls by writing the code in form1.designer.vb file
but I still unable to see the controls on form

what should I do ?
Posted

In Visual Studio 2010 there is an options switch that can detect if the source has been edited outside of the IDE and reload the file automatically; Check the setting is on.

Visual Studio Autoload[^]
 
Share this answer
 
can you tell me your version on which you are doing your project ?
then i can understand your problem..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900