I make a menu appear with this code:
Code:
    menu.LoadMenu(IDR_TRAYMENU);
    menu.GetSubMenu(0)->TrackPopupMenu(TPM_RIGHTALIGN | TPM_LEFTBUTTON,pt.x,pt.y ,AfxGetMainWnd());
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??

I'm using MFC

VisualPenguin