News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Owner Drawn Menus

Started by G`HOST, May 08, 2006, 02:47:20 PM

Previous topic - Next topic

G`HOST

I am working on custom Menus,and one problem i cant get hold of is that,when i try to draw strings by

invoke GetMenuString,....
          invoke DrawText,.....


All I get is the first two Item strings repeatedly in each sub menu.
Whats happening there ?