c++ - How to get HWND in win32? -
is there way hwnd handler of window?
i'm using win32.
you call getactivewindow active control in application, repeatedly call getparent on returned handle until returns null. last valid handle should handle of main window.
the easier way else said store returned value createwindow somewhere.
Comments
Post a Comment