Is posible get the handle of a window as INT created with OPENWINDOW? I wanna to use the winapi functions which uses param hwnd as int, not as WINDOW var. Ty.
The WINDOW udt variable name is hwnd, as in mywindow.hwnd
Thanks,
Paul.
works perfectly. Thx to you :)