|
-
Jun 29th, 2000, 02:24 AM
#1
Thread Starter
Fanatic Member
hi,
as you may or maynot know i am creating my on shell,
how can i create my own taskbar, so when i minimise my programs they minimise to here
all suggestions greatly recieved
Merlin ?
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
-
Jun 29th, 2000, 08:35 AM
#2
Hyperactive Member
I'm not too sure what you mean. Why don't you just use your form's showintaskbar property, and use the Windows taskbar.
If you want to have some sort of floating task bar, or pallete, you could use a small, non resizable form that stays on top of everything else. You could have a graphic that is invisible on this smaller form, and becomes visible when your main program is minimized.
Then when the image on this smaller form is clicked, your main program maximizes again, and the image becomes invisible, or whatever. Just an idea....
-
Jun 29th, 2000, 10:41 AM
#3
Lively Member
I would say that would be a fairly involved process.
I'm not too sure, but I think you would have to retrieve a list of all the programs currently running (which I know there's an API call to do), then work out their windowstates (not too sure about this), and act accordingly. When a user clicks on a button symbolising a minimized app, you'd have to send a message to the app to restore or maximize.
I doubt there would be a quick and easy way to do all this from VB, but good luck.
Andrew Empson
vb6(ent) SP4
-
Jun 29th, 2000, 11:02 AM
#4
Member
plagurized
MDI
If you intend your presentation to be useful
as a research tool, you may wish to allow the
user to open mutiple hypertext and image windows.
The mutiple document interface is the Windows system
that enables applications such as WordPerfect for Windows,
and Microsoft Excel to open mutiple documents in child windows contained within the confines of the main program
window, or parent window.
BY Scott Jarol
Visual Basic Mutimedia
Adventure Set
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
|