Oct 10, 2001 #1 ebrain Programmer Oct 10, 2001 1 CN when menu item's ID is -1, the menu item can not receive WM_MEASUREITEM message, but it can receive WM_DRAWITEM message.why?
when menu item's ID is -1, the menu item can not receive WM_MEASUREITEM message, but it can receive WM_DRAWITEM message.why?
Oct 11, 2001 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB try to use 0xFFFFFFFF instead of -1. It can be because of not apropriated tipe casting. Ion Filipski filipski@excite.com Upvote 0 Downvote
try to use 0xFFFFFFFF instead of -1. It can be because of not apropriated tipe casting. Ion Filipski filipski@excite.com