Menu visible in design but not when running ...

  • Thread starter Thread starter H.B.
  • Start date Start date
H

H.B.

Hi,

I have a form with a menu that is visible in design mode but when I'm
running the application, it doesn't appear. Moreover, if I close Visual
Studio, the menu is deselected from the menu properties of the form .

Any, ideas?

Hugo
 
H.B. said:
Hi,

I have a form with a menu that is visible in design mode but when I'm
running the application, it doesn't appear. Moreover, if I close Visual
Studio, the menu is deselected from the menu properties of the form .

Any, ideas?

Hugo

Have searched your forms code files for strings like "ContextMenu = " or
"this->ContextMenu =".
You probably have a code line that tells the form at runtime to use an
unknown ContextMenu or a NULL.

Greets, Sebastian Dau
 
Back
Top