Re: Using GDI Plus with Win32Lib
- Posted by buzzo Jan 09, 2012
- 1278 views
Matt,
My code:
atom wH wH=getHandle(win) -- no image
win is the constant generated here:
constant win = createEx( Window, "Relatives", 0, xWinPos, yWinPos, winWidth, winHeight, 0, 0 ), GStatus = create( StatusBar, " ", win, 0, {{300},0.46,-1}, 0, 0, 0 ),
Am I missing something?
Buzz