CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 1999
    Location
    Switzerland
    Posts
    58

    VB6 Menu / Missing Item

    Hi,

    I use VB6-SP3. On the menu <Project> the item
    Add Class ... is missing.
    I can add a class to the project using the class builder, but that's not what I always want.
    What can I do?
    Re-Install VB6? What went wrong?

    Jan


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: VB6 Menu / Missing Item

    Hi Jan

    I had the exact same problem with the 'References' menu item. To fix it, I :

    1. right-clicked on one of the toolbars
    2. selected 'customize'
    3. Clicked on the 'Commands' Tab
    4. Selected the relevant 'menu tool' from the right hand window
    5. Dragged it back onto the offending menu in VB
    6. Quit out of VB and then went back in.

    It worked here, but why it went missing in the first place is anyones guess.


    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

  3. #3
    Join Date
    Apr 1999
    Location
    Netherlands
    Posts
    181

    Re: VB6 Menu / Missing Item

    I'm missing some menu-entries in the popup menu in the project explorer, I miss the part which has the "Remove", "Save" and so on...
    They are in the "normal" menu, but just not in the project explorer-popupmenu
    Any one knows how I can get them back?
    Tnx :-)

    Crazy D :-)

  4. #4
    Join Date
    Jun 1999
    Location
    Switzerland
    Posts
    58

    Re: VB6 Menu / Missing Item / Done!

    Hi Chris,

    THANK YOU !! It worked

    Jan


  5. #5

    Re: VB6 Menu / Missing Item

    To Add "Add Class Module" in the <Project Menu> without Reinstalling VB 6.0

    1. Open ur Visual Basic Project
    2. Select View Menu, ToolBars,Customise
    3. Select the Commands Tab,Select the <Project> in the Categories
    4. From the Commands list drag the "Add Class Module" and place it in ur <Project> Menu

    Is this all u wanted.. Nothing Went Wrong..

    The Ultimate Solution Providers

    Authors

    Sriman & Jayaraman

    Email : [email protected]
    [email protected]

    Hand Phone : +(6) 016 2237147 (Malaysia)

  6. #6
    Guest

    Re: VB6 Menu / Missing Item

    Didn't Chris already supply the same answer ?


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

Featured