form changes

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



Answer this question

form changes

  • AvanadeBill

    Or you might mave deleted the contructor of your Form where it is calling the InitializeComponents method; designers doesn't need to call the constructor method to show you the form on design-mode.

    -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


  • form changes