CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Window child

  1. #1
    Join Date
    May 1999
    Location
    Germany
    Posts
    37

    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.



  2. #2
    Join Date
    Apr 2000
    Posts
    737

    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


  3. #3
    Join Date
    May 1999
    Location
    Germany
    Posts
    37

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured