Results 1 to 4 of 4

Thread: Forgetting VB... starting with C#

  1. #1

    Thread Starter
    Hyperactive Member vbzero's Avatar
    Join Date
    Aug 2000
    Location
    Vienna
    Posts
    347

    Question Forgetting VB... starting with C#

    I'm now working on a new project that will be written
    in C#...

    I thought new technology -> new design....

    ...it took a little time to figure out the new handling
    in Visual Studio.NET, but it is quite simple.

    You can get any control or function you want in the
    new design studio from microsoft but I missed
    a little thing:

    Look at the picture that I attached. There you can see
    the solution explorer from Visual Studio.NET.
    This window is dockable and resizeable.

    I didn't find any form that can do this too.
    Does anyone know how to make a window dockable?

    Is there an existing control or function in C#?

    thx!
    Attached Images Attached Images  

  2. #2
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327
    my hunch is this is a child MDI form. Also a guess, but I would think that the form like "x" and push pin are just docked to the upper right hand corner of the child form, to give it the appearance of being an independent form.
    -scott
    he he he

  3. #3

    Thread Starter
    Hyperactive Member vbzero's Avatar
    Join Date
    Aug 2000
    Location
    Vienna
    Posts
    347

    Question

    I figured out there is now MDI used. The used controls such
    as "GenericPane" and "VBFloatingPalette".

    This are the names of the classes of those controls.
    I don't know how the original controls are called.

    I also didn't find anything at the MSDN homepage.

    Any ideas where to find some informations about that?

    thx!

  4. #4

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