IonicWind Software

IWBasic => GUI Central => Topic started by: fasecero on November 20, 2008, 11:14:37 PM

Title: window as int question
Post by: fasecero on November 20, 2008, 11:14:37 PM
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.
Title: Re: window as int question
Post by: Ionic Wind Support Team on November 20, 2008, 11:31:23 PM
The WINDOW udt variable name is hwnd, as in mywindow.hwnd

Thanks,
Paul.
Title: Re: window as int question
Post by: fasecero on November 20, 2008, 11:44:25 PM
works perfectly. Thx to you :)