Results 1 to 5 of 5

Thread: [2005] Form problem

  1. #1

    Thread Starter
    Addicted Member Alexandru_mbm's Avatar
    Join Date
    Jul 2007
    Location
    VBForums.com
    Posts
    157

    Angry [2005] Form problem

    Hello again to everyone!

    I have a problem with my main form of a project.

    In this form i have a MenuStrip control. Few minutes ago i have added a new item to the MenuStrip. I the Designer it shows me the new item just added to the MenuStrip. When i run the project (F5) it does not apper the new item to the MenuStrip.

    What can i do in this case ? There are some temporary files that must be deleted or what shold i do ?

    Thanks in advice!
    I'm still learning VB.NET
    Sorry for my bad english
    Thanks for your help

  2. #2
    Frenzied Member
    Join Date
    Mar 2006
    Location
    Pennsylvania
    Posts
    1,069

    Re: [2005] Form problem

    Are you sure it is actually shown in the designer? Have you tried rebuilding the project?

  3. #3

    Thread Starter
    Addicted Member Alexandru_mbm's Avatar
    Join Date
    Jul 2007
    Location
    VBForums.com
    Posts
    157

    Re: [2005] Form problem

    In the designer it is the new item added by me.

    Yes, i have rebuilded the project but without success!
    I'm still learning VB.NET
    Sorry for my bad english
    Thanks for your help

  4. #4
    Frenzied Member
    Join Date
    Mar 2006
    Location
    Pennsylvania
    Posts
    1,069

    Re: [2005] Form problem

    Are you hiding it in any way? Is it being initialized? If you post your project I can see what the problem is, I guess.

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Form problem

    Is the configuration set to Release on the tool bar? If so then you're compiling a Release build each time you debug, so your Debug build is unaffected.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width