October 29, 2025, 05:46:25 AM

News:

IWBasic runs in Windows 11!


window as int question

Started by fasecero, November 20, 2008, 11:14:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fasecero

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.

Ionic Wind Support Team

The WINDOW udt variable name is hwnd, as in mywindow.hwnd

Thanks,
Paul.
Ionic Wind Support Team

fasecero