smoothcoder
Programmer
I want to create a MDI application with HTMLView derived views. I also want a child dialog on the left side of the main wnd. That dialog should contain a list of links and when I click one item in the list a new htmlview should appear. Is there any way so that I could attach that dialog to the left side of the MDI frame? Something like in VC++ 6.0 IDE...