Results 1 to 10 of 10

Thread: Button-Bordered MDI - Part II

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Texas
    Posts
    140

    Question Button-Bordered MDI - Part II

    How can I generate a Napster-like form with buttons around an MDI window?

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Napster isn't an MDI...

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Texas
    Posts
    140
    Yes it is... it has buttons on a main form (at the top) and when you click one it opens a document in the bottom part of the screen such as the file search or news window.

  4. #4
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    No it isn't. It's an SDI. The whole thing is part of the same form. The buttons near the top tell it what to show in the lower part of the form.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Texas
    Posts
    140
    Then it is an MDI, it shows multiple documents in an interface. Quit arguing, does anyone have an answer to my question?

  6. #6
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    IT IS NOT AN MDI

    Look in MSDN before you start aurguing with me please. That will have a defintion that you should be able to understand

    The reason no-one is answering is because you can't do that with MDI's, which is why napster isn't one. The best you can do is have a toolbar at the top of the MDI parent with buttons which open the relevant child MDI form in the application window space of the parent.

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Texas
    Posts
    140
    Alright whatever, anyway, I want to put buttons on top of the MDI part of the main form so that it LOOKS like Napster.

  8. #8
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    there are only a few controls you can put on an MDI form, e.g. a toolbar and also a picture box.

    I suggest you put a picture box at the top of the form, then put some buttons inside it. That will work quite well. Set the border of the picture box to "None" as well.

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Texas
    Posts
    140

    Thumbs up Thanks man

    Sorry to be so mad earlier, got too much sleep and was in a daze all day.

  10. #10
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923

    Re: Thanks man

    Originally posted by DeepBlueCode
    Sorry to be so mad earlier, got too much sleep and was in a daze all day.
    okay

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