Click to See Complete Forum and Search --> : embedding window into dialog


Jump_Around
June 4th, 2003, 06:21 AM
I need your help

How to embbed a simple window into dialogbox (modeless) using CreateWindowEx function?.


I really need that one

emmenjay
June 8th, 2003, 12:54 AM
What have you tried? It is not too hard. Make sure that the child window has WS_CHILD style, and that its parent win is the dialog.

If you've written something and it doesn't work. post it and somebody might be able to make a suggestion. If not, then have a try.