Click to See Complete Forum and Search --> : Window child


Askia Boly
April 3rd, 2001, 07:46 PM
Hello Together,
I am trying to make a GUI for my application to looks like MS Word application. That is exactelly like a word document appears in the MS Word application window my application should provide a possibility to open multiple windows under the main application window.
Any idea or howto will be appreciated.
Thanks.
Askia.

cksiow
April 3rd, 2001, 07:57 PM
whenever we start a new project in vb, we normally select standard exe. however, you can have something call MDI (multiple document interface) program using the VB Application Wizard work just like VC.

in the second screen of the wizard will allow you to select the interface type, just select MDI and you will be fine.

hope this help.

cksiow
http://vblib.virtualave.net - share our codes

Askia Boly
April 4th, 2001, 04:58 AM
Hello Cskiow,
Thanks verry much. It worked just fine like I wanted it to. Now I'll go ahead and make some design efects.
Sincerely.
Askia.