So, I've figured out how to make a modal dialog, and how to create a window. I've been trying to figure out how to attach several modeless (captioned, close themselves and not the whole window) dialogs and a button panel on the left edge of my window which will open them.
I couldn't figure this out from the examples section, and most of the stuff I googled talked about CDialog or std crap.
DialogBoxParam indicated that it hijacked events so the main window couldn't get them - and I really can't have that.
Anyone able to point me in the right direction?
|