-
Window child
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.
-
Re: Window child
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
-
Re: Window child
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.