I make a menu appear with this code:
but If I check the popupmenu from MSN messenger, that menu 'reappears' every time you click the icon. my menu doesn't? how can I make this happen??Code:menu.LoadMenu(IDR_TRAYMENU); menu.GetSubMenu(0)->TrackPopupMenu(TPM_RIGHTALIGN | TPM_LEFTBUTTON,pt.x,pt.y ,AfxGetMainWnd());
I'm using MFC
VisualPenguin




Reply With Quote