Menu visible in design but not when running ...

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
 
S

Sebastian Dau

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top