Главная страница | назад





Article #17117: Taskbar

 Question and Answer Database
FAQ2117C.txt Taskbar
Category :Windows API
Platform :All
Product :C++Builder 1.x
Question:
How do I hide my application from the Windows Taskbar?
Answer:
Add:
ShowWindow(Application->Handle, SW_HIDE);
to the line before "Application->Run();" in the Project source
file (Project1.cpp)
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99