16

VB6 IDE can get into a state when the Make XXXX menu option under the File Menu is disabled.

Ilya Kurnosov
  • 3,180
  • 3
  • 23
  • 37
Gary Kindel
  • 17,071
  • 7
  • 49
  • 66

3 Answers3

42

Found my own solution that did not require re-installing VB6. In VB6, Right click on the toolbar, goto Customize and reset toolbars. Aftewards, the Make XXXX menu under the File menu is re-enabled!

Gary Kindel
  • 17,071
  • 7
  • 49
  • 66
1

I have encountered this when the file(s) were read-only. Make the files read/write and try again.

Robert Columbia
  • 6,313
  • 15
  • 32
  • 40
CrazyOnYou
  • 41
  • 2
  • 6
0

In VB6 IDE, go to menu View->Toolbars->Customize->Reset.

Diogo Rodrigues
  • 1,312
  • 15
  • 15