Click to See Complete Forum and Search --> : Context menu


AlexandrD
October 1st, 2001, 01:48 PM
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 );
}

Cakkie
October 2nd, 2001, 12:57 AM
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
slisse@planetinternet.be

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