|
-
Jul 3rd, 2001, 01:20 PM
#1
Thread Starter
Addicted Member
Button-Bordered MDI - Part II
How can I generate a Napster-like form with buttons around an MDI window?
-
Jul 3rd, 2001, 01:25 PM
#2
PowerPoster
-
Jul 3rd, 2001, 01:31 PM
#3
Thread Starter
Addicted Member
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.
-
Jul 3rd, 2001, 01:39 PM
#4
PowerPoster
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.
-
Jul 3rd, 2001, 01:48 PM
#5
Thread Starter
Addicted Member
Then it is an MDI, it shows multiple documents in an interface. Quit arguing, does anyone have an answer to my question?
-
Jul 3rd, 2001, 02:02 PM
#6
PowerPoster
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.
-
Jul 3rd, 2001, 05:04 PM
#7
Thread Starter
Addicted Member
Alright whatever, anyway, I want to put buttons on top of the MDI part of the main form so that it LOOKS like Napster.
-
Jul 3rd, 2001, 07:17 PM
#8
PowerPoster
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.
-
Jul 3rd, 2001, 07:21 PM
#9
Thread Starter
Addicted Member
Thanks man
Sorry to be so mad earlier, got too much sleep and was in a daze all day.
-
Jul 3rd, 2001, 07:24 PM
#10
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|