|
-
September 14th, 1999, 12:30 PM
#1
Remove from Taskbar during runtime
I'm looking for a way to remove the taskbar icon after runtime. I know it is possible as I've seen a sample program that does it, but I was unable to incorporate that code into my program. Can anyone help?
Thanks
-
September 14th, 1999, 02:26 PM
#2
Re: Remove from Taskbar during runtime
if you are using version 5 or better you can
hide your application from the taskbar by setting
the showintaskbar property to false.
HTH
[email protected]
-
September 14th, 1999, 02:32 PM
#3
Re: Remove from Taskbar during runtime
showintaskbar is read only at/after runtime though, so that won't work. I tried it 
-
September 14th, 1999, 03:33 PM
#4
Re: Remove from Taskbar during runtime
I know that vbAccelerator has an article on this somewhere (I don't have the URL with me here) - take a look around at :
http://vbaccelerator.com
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
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
|