-
Context menu
I have a problem displaying underlined symbols in Context Menu under Windows 2000. Everything is fine if I run application under WinNT 4.0.
CMenu menu;
if( menu.CreatePopupMenu() )
{
menu.AppendMenu(MF_STRING, ID_MY_ID, (LPCTSTR)_T("&MyMenu1") );
menu.TrackPopupMenu( TPM_LEFTALIGN | TPM_RIGHTBUTTON, 100, 100, this );
}
-
Re: Context menu
Hi there, allow me to say that we have a C++ forum right here on this very site. This however is the VB forum, so I don't think you will get as much response as in the C++ forum.
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook