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
Printable View
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
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]
showintaskbar is read only at/after runtime though, so that won't work. I tried it :)
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