S
Stefan Drissen
Guest
And since this is an Advanced Business Language you can always play around with this nonsense: DEF VAR hw AS HANDLE NO-UNDO. DEF VAR ihwnd AS INT64 NO-UNDO. CREATE WINDOW hw ASSIGN X = -10000 Y = -10000 WIDTH-PIXELS = 1 HEIGHT-PIXELS = 1 VISIBLE = TRUE . ASSIGN ihwnd = hw:HWND hw:VISIBLE = FALSE . MESSAGE ihwnd VIEW-AS ALERT-BOX. ASSIGN hw:X = 100 hw:Y = 100 hw:WIDTH-PIXELS = 200 hw:HEIGHT-PIXELS = 200 hw:VISIBLE = TRUE . WAIT-FOR CLOSE OF hw.
Continue reading...
Continue reading...