How do I get the hwnd of a Blitz+ menu?
I've tried
where:
win is the handle of my main window
GetMenu%(hwnd%):"GetMenu" in User32
GetMenu always returns zero.
Anyone know what I'm doing wrong? I'm trying to add bitmaps to my menus.
I've tried
hwnd=GetMenu (QueryObject (win,1))
where:
win is the handle of my main window
GetMenu%(hwnd%):"GetMenu" in User32
GetMenu always returns zero.
Anyone know what I'm doing wrong? I'm trying to add bitmaps to my menus.