Click to See Complete Forum and Search --> : Remove from Taskbar during runtime
h3llknite
September 14th, 1999, 12:30 PM
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
mtighe
September 14th, 1999, 02:26 PM
if you are using version 5 or better you can
hide your application from the taskbar by setting
the showintaskbar property to false.
HTH
mtighe@pobox.com
h3llknite
September 14th, 1999, 02:32 PM
showintaskbar is read only at/after runtime though, so that won't work. I tried it :)
Chris Eastwood
September 14th, 1999, 03:33 PM
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
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.