I cant get it to work (SetMenuItemInfo)
heres my code
MENUITEMINFO mii;
mii.fMask=MIIM_TYPE;
mii.fType = MFT_STRING;
mii.dwTypeData="string"
SetMenuItem(hMenu,/* Declared In resource along with menu item IDB_TEST*/IDB_TEST,FALSE,&mii);
DrawMenuBar(hwnd);
/*dont wory i did set it origanally/*



LinkBack URL
About LinkBacks


