quote:
Originally posted by cooldude_i06
I want to create a child window that locks the parent window and prevents the parent window from getting focus until the child window is closed. Is that what the CreateChildWnd function is for? If not can someone please let me know what it does? If so, I can't seem to get it working currently.
Nope, the create child window is used to create a window inside of another window.
The MsgPlus::CreateChildWnd function creates a child window for an existing interface window. It can be used to create wizards or any other kind of more complex windows.
Use the Windows API to disable the first window then when the second is distroyed reenable it.