Hi,
I just want to know how to create a simple tab in a SDI document. Are there any good examples of this I found one in the www.codeproject.com but it was too difficult to understand. Much obliged!
Hi,
I just want to know how to create a simple tab in a SDI document. Are there any good examples of this I found one in the www.codeproject.com but it was too difficult to understand. Much obliged!
Creating a tabbed view in an SDI
Erin Devoy
GaryAtDVC
venkatakrishna
Fadi L
gurvinder_gill
I suggest switching to a CFormView view and use the designer to drop a tab control into the view.
If you're just starting, it's easiest to re-create a project and select CFormView in the wizard than to go back and edit your source files.
tht1guy
"I suggest switching to a CFormView view and use the designer to drop a tab control into the view"
Is this the only way to do this Is there no code where I can add the tab