CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    13

    Dock Form on another FORM

    Hi
    Does anybody know how to dock a form onto another form (not MDI)
    any help, example would really be appreciated

    Thank you
    Sang


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Dock Form on another FORM

    Hi

    This isn't the easiest thing to do in VB. I did try looking into the MFC code for dockable forms
    and try to convert it once (i figured it would take about 3-4 weeks before I had anything nearly
    usable).

    Matt Hart (http://www.matthart.com), a contributer to both the Visual Basic Programmers
    Journal and the Visual Developer Magazine has one of the better examples out there,

    Take a look at : http://www.visual-developer.com/Features/features.cfm

    You could also check-out Ramon Guerrero's site for another example :

    http://www.zonecorp.com/VB5/

    Be warned though, you need to feel comfortable with subclassing and the WinAPI if you
    want to go along either of these routes.


    Regards

    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb



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