Hi Thank you for the reply. What I mean't is that I wanted to show the popup menu arrow as disabled in an owner drawn menu like it is in a standard menu if you disable the popup. Cheers Paul
Paul C
Posts
-
Owner Drawn Menus -
Owner Drawn MenusHas anyone found a workaround for disabling the arrow on an owner drawn menu when the popup menu item is disabled?
-
Listview Custom DrawI was hoping there was an easier way. Thanks for your help :)
-
Listview Custom DrawThat method will return the listview font not the font of the item.
-
Listview Custom DrawNo I am not subclassing the listview but using hooks.
-
Listview Custom DrawI am not using MFC so how would I do this just using the windows API? I am actually trying to determine whether the item is bold or not in the Outlook Express message list. Thank you for your response.
-
Listview Custom DrawAnyone know how to determine the font that a custom draw listview item is using?
-
Extract .EXE(or DLL) file's Icons & other ResourcesWith the samples that come with VC6.0 there is a sample application called IconPro which shows how to extract icons from exe and dll files. To use this to get other resources requires searching for example RT_BITMAP (for bitmaps) instead of RT_ICON. The main functions to extract the resources are FindResource LoadResource LockResource FreeResource Hope this helps:)