Hiding Windows from task bar
Hiding Windows from task bar
(OP)
Does anyone know a way to hide certain windows from the task bar (win xp)? There is a program I use at work that loads two cmd prompt windows (along with the window for the program itself) that take up a lot of room on my task bar, so I would like to load the program that opens the two cmd prompts, then run a script to hide them from the tray. I cant simply close them, because they are used to communicate with servers, but I never use them. Is there a way to hide the windows, but still keep them visible in the ALT+TAB menu, just in case I ever need to use them for some unforeseen reason?
Maybe there is something to set in the regisry to make all cmd prompt windows run in the background?
I am not too picky on how to hide these windows, I just want more space for programs on the tray.
Any help would be great, I am somewhat familiar with VB, but I have never used it for controlling windows before..
Thanks for the help!
Maybe there is something to set in the regisry to make all cmd prompt windows run in the background?
I am not too picky on how to hide these windows, I just want more space for programs on the tray.
Any help would be great, I am somewhat familiar with VB, but I have never used it for controlling windows before..
Thanks for the help!
Eric Roe
Electro-Mechanical Engineer
Airfloat LLC





RE: Hiding Windows from task bar
Alternatively, this is what I used to do on windows3.1 but I don't know whether it still works.
1) Under linker/system change to /subsystem: windows
2) This will work as long as you are not using arguments. Add
CODE
RE: Hiding Windows from task bar
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Hiding Windows from task bar
Francis
www.controldraw.co.uk
www.s88control.blogspot.com
RE: Hiding Windows from task bar
xwb, Thanks for the advice on putting the task bar on the side, simple solution, never even considered doing it!
Thanks for the help guys, its not the ideal solution to the problem, but it sure is the easiest!
Eric Roe
Electro-Mechanical Engineer
Airfloat LLC