Click to See Complete Forum and Search --> : VB6 Menu / Missing Item


Jan Businger
August 12th, 1999, 03:15 AM
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

Chris Eastwood
August 12th, 1999, 03:43 AM
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

Crazy D @ Work
August 12th, 1999, 04:08 AM
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 :-)

Jan Businger
August 12th, 1999, 05:00 AM
Hi Chris,

THANK YOU !! It worked

Jan

askus
August 18th, 1999, 03:48 AM
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 : solutionproviders@hotmail.com
solutionproviders@yahoo.com

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

August 18th, 1999, 04:35 AM
Didn't Chris already supply the same answer ?