|
-
Mar 10th, 2000, 08:05 PM
#1
Thread Starter
Member
Hi, i only want to know how to hide and show windows by API or windows-messages.
I want to hide the window completely: from task-bar, system-tray and off course the desktop.
Please message me,
Kiron.
-
Mar 11th, 2000, 02:14 AM
#2
Junior Member
Show Windows
Hai Kiron,
it is easy to show or hide windows from the desktop by using the API ShowWindow with constants like SW_HIDE or SW_MINIMIZE or SW_SHOWNORMAL or SW_SHOW but to remove it from the task bar or systray is little bit difficult. i dont think it is possible to remove it from systray since only the application that keeps it will be able to remove it while it can be removed from taskbar. i dont know how i am working on it.
Reply to
<[email protected]>
-
Mar 11th, 2000, 02:38 AM
#3
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
|