IonicWind Software

Aurora Compiler => GUI => Topic started by: J B Wood (Zumwalt) on January 29, 2007, 10:51:40 AM

Title: hWnd question
Post by: J B Wood (Zumwalt) on January 29, 2007, 10:51:40 AM
I can't seem to find this answer, I thought it was around here somewhere.
I created a window, now I need its handle.
Is there a simple shortcut to get this?
wMain.hwnd() doesn't do anything.
Sorry if this has been answered before, can't find it again.
Title: Re: hWnd question
Post by: Ionic Wind Support Team on January 29, 2007, 10:53:41 AM
wmain.m_hwnd

Title: Re: hWnd question
Post by: Ionic Wind Support Team on January 29, 2007, 10:54:29 AM
You can also use wmain.GetHandle()

Beleive it or not it is listed in the users guide under CWindow->Methods.

Title: Re: hWnd question
Post by: J B Wood (Zumwalt) on January 29, 2007, 10:59:15 AM
Thx