Hello,
I made some changes to my form in vb.net but when I go to run my application, the old form come up and when I view in design mode it has my changes. please tell me what's going on
Hello,
I made some changes to my form in vb.net but when I go to run my application, the old form come up and when I view in design mode it has my changes. please tell me what's going on
form changes
AvanadeBill
-chris
HiTech2k
Make sure you are doing a build before running the app.
Kronuz
As another post indicated, you may just be running a previous version of the application. If you do a Rebuild All before running, you are sure to get the latest version.
If you had deleted you InitializeComponents call, then your entire Form would be blank, so I'm pretty sure that's not the problem you are having.
I hope this helps.
Mike Carter
Visual Basic QA