|
-
Jan 7th, 2005, 07:02 AM
#1
Thread Starter
Hyperactive Member
Windows taskbar
Does anyone know if it's possible to write an application that can reorder the tasks on the windows taskbar?
My other half likes to always have his Outlook task on the left, followed by IE then his other programs and keeps pestering me to write something to do this so that if I accidentally close Outlook, he doesn't have to reopen everything.
I know he's a bit anally retentive but does anyone have any ideas?
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
Dr. Seuss 
-
Jan 7th, 2005, 09:32 AM
#2
Addicted Member
Re: Windows taskbar
I don't have your answer, I just thought I would add that it's funny, but I'm the same way about my taskbar...
Windows Explorer first...
AutoCAD second...
Adobe PDF third...
(Minimize Outlook to the system tray).....
Sorry I can't help you though... Good luck...
"Don't take life too seriously, you'll never get out alive"
from Van Wilder
-
Jan 7th, 2005, 09:42 AM
#3
Frenzied Member
Re: Windows taskbar
lol, me too. I need my applications in a certain order to find that peaceful, zen state.
Not .NET, but this may help:
http://www.codeproject.com/tools/tbarsort.asp
-
Jan 7th, 2005, 09:57 AM
#4
Re: Windows taskbar
I used to be the same way until I found the TrayIt application. It allows me to put Outlook into my Tray instead of in the taskbar. The only downside is that e-mails are considered part of outlook, so when I create a new one I get an icon for it in my tray until I send it.
http://www.teamcti.com/trayit/trayit.htm
-
Jan 7th, 2005, 10:28 AM
#5
Re: Windows taskbar
the only way to reorder is to hide all the windows that have entries in the taskbar and then reshow them in the order you want them to be in....
this is probably what that VB6 example did, and you could write the same code in .NET...
-
Jan 7th, 2005, 10:38 AM
#6
Thread Starter
Hyperactive Member
Re: Windows taskbar
 Originally Posted by kleinma
this is probably what that VB6 example did, and you could write the same code in .NET...
vb6 version??? Am I missing something?
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
Dr. Seuss 
-
Jan 7th, 2005, 11:02 AM
#7
Re: Windows taskbar
sorry the example is C++, I thought it was VB6
but still you could use standard API calls to do it
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
|