Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No Taskbar Icon

Status
Not open for further replies.

LoneRanger123

Programmer
Dec 19, 2000
62
GB
Is there a way to have a program running without a Taskbar icon, I want the program to be viewable so I can use it but only have a system Tray entry, otherwise it clutters up the Program List :)
 
Yes, do
Code:
ShowWindow(Application->Handle, SW_HIDE);
. See for more details. James P. Cottingham

I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that I am now qualified
to do anything with nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top