Hi,
Basicly, I want to create a SDI with doc/view support.
Because its going to be a graphics editor program, I want to create child windows that will serve for different tasks of editing.
My question is: how to do that in Visual c++, and how to attach all that views to my single document in a single frame?
Basicly, I want to create a SDI with doc/view support.
Because its going to be a graphics editor program, I want to create child windows that will serve for different tasks of editing.
My question is: how to do that in Visual c++, and how to attach all that views to my single document in a single frame?