API newbie, been writing a program using info from online tutorials etc. I am now working on a modeless child dialog box that I would like to be attached to the right side of the main window.
I've been designing my dialogs using the graphical editor in VC6, but I can't seem to find a way to achieve the right positioning style of my dialog (and I don't mean the "right-aligned" dialog option for text and such).
What I do know is how to adjust an MDI window's size in WinProc's WM_SIZE case, where I calculate certain parameters (parent window size, toolbar size) to alter the MDI window's size.