0
011
Hello, All!
When I create menu in the Form as follows, I don't see underscore character (_) in it. It appears only if I press Alt key. How can I make my menu look like any other "normal" menu?
class MyForm: public Form
{
public MyForm()
{
this->Menu = new MainMenu();
Menu->MenuItems->Add(S"&File");
Menu->MenuItems->Item[0]->MenuItems->Add(S"&Open...", new EventHandler(this, OnFileOpen));
}
<more code>
}
Regards,
011.
Winamp 5.0 (playing): Stratovarius - Dreamspace
When I create menu in the Form as follows, I don't see underscore character (_) in it. It appears only if I press Alt key. How can I make my menu look like any other "normal" menu?
class MyForm: public Form
{
public MyForm()
{
this->Menu = new MainMenu();
Menu->MenuItems->Add(S"&File");
Menu->MenuItems->Item[0]->MenuItems->Add(S"&Open...", new EventHandler(this, OnFileOpen));
}
<more code>
}
Regards,
011.
Winamp 5.0 (playing): Stratovarius - Dreamspace