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.
wmain.m_hwnd
You can also use wmain.GetHandle()
Beleive it or not it is listed in the users guide under CWindow->Methods.
Thx