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

Thread: Dockble window

  1. #1
    Join Date
    Jan 1999
    Posts
    2

    Dockble window



    Hi,


    How do create Dockble window in an VB application.

    I want it immediately.Thanx in advance for your help


    Bye for now

    Aravinda C.k





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

    Re: Dockble window



    Hi


    There is no direct way of implementing dockable windows in VB (unless you want to read through the MFC classes and convert them to VB code).


    Ramon has some good examples of how to simulate this behaviour at http://www.zonecorp.com/VB5/


    Regards


    Chris Eastwood

    Software Engineer

    ACNielsen Ltd



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