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 );
}
CMenu menu;
if( menu.CreatePopupMenu() )
{
menu.AppendMenu(MF_STRING, ID_MY_ID, (LPCTSTR)_T("&MyMenu1") );
menu.TrackPopupMenu( TPM_LEFTALIGN | TPM_RIGHTBUTTON, 100, 100, this );
}