|
-
Nov 24th, 2002, 10:06 PM
#1
Thread Starter
Frenzied Member
Hide app in task list?
I am not a C++ programmer but was given an app written in VC 6.0 and I need to have it hidden in the task list. How would I do this in VC++ 6.0? I mostly program in VB.
Thanks for your help!!!
-
Nov 24th, 2002, 11:19 PM
#2
Frenzied Member
how would you do it in vb?
API's are the same, I'm not sure how to look that up on MSDN...so iif you have a VB example...it probably won't be too hard to convert
-
Nov 25th, 2002, 09:04 AM
#3
Thread Starter
Frenzied Member
Does anyone have an example of code to show how to do this for both 95/95 and NT? I tried converting and cannot do it.
I appreciate it!
-
Nov 27th, 2002, 03:32 PM
#4
Junior Member
You can use ShowWindow(<YourMainWindowHandle>, SW_HIDE) to hide the app-window, the taskbar- and tasklist-icons.
Mikey
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
|