|
-
Apr 12th, 2008, 08:53 PM
#1
Thread Starter
Member
[RESOLVED] Changes made in designtime not visible in runtime!
Hi,
I have a problem with a project.
When i make changes in designtime, visual studio dont show these changes in run time anymore.
example:
When i add a new button to the form1 in design time, the button is not visible in runtime. And Yes, visible is set to true. Also, when i resize the form in design time nothing is resized in run time. When i add a new label to the form, the label is not visible at runtime. All other controls that i previous added are working fine. Exept for this. When i add this code at form load event to a previous added label:
me.Label1.text = "This is a test"
Nothing is changed at run time. It still says Label1.
Every control and every code that i added to the program before saving en leaving visual basic are working fine.
Other projects are working fine also. Its just this project i have problems with. Restarting the comp dont work.
Anyone knows whats going on or how to fix? Anyone had this problem before?
Thx,
Warad
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|