Results 1 to 5 of 5

Thread: MDI Questions

  1. #1

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    MDI Questions

    hi
    i have a MDI form for which i want to design exactly like Microsoft Office Envoirnment, like the have a bar (dunno wat it is called) at the bottom of the form, and then an information panel in side which stays in front.
    pls gimme some sample code to go wid it

  2. #2
    Hyperactive Member dRAMmer's Avatar
    Join Date
    Oct 2001
    Location
    strangelans
    Posts
    463

    Re: MDI Questions

    I think you are referring to the statusbar, it's included in Windows Common Controls. You can right click it to setup it's properties. To use it say you want to put some text in a panel do like:
    VB Code:
    1. StatusBar1.Panels(1).Text="Sample Text"
    Of course you can do much more with this control.
    live, code and die...

  3. #3

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: MDI Questions

    well ok i got that status bar, now wat abt dat information bar at the side am talking about, if i put in a form as an mdi child it does not fit well, n if i place a picturebox in the mdi form, it gets streched according to the form n i can'set its dimensions.

  4. #4
    Hyperactive Member dRAMmer's Avatar
    Join Date
    Oct 2001
    Location
    strangelans
    Posts
    463

    Re: MDI Questions

    Could you please post the screenshot of what you're talking about.
    live, code and die...

  5. #5

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: MDI Questions

    i think this wud do
    i need exactly the same
    Attached Images Attached Images  

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