My program is borderless, however I still want it to register in the task bar..
How can I make this happen?
Printable View
My program is borderless, however I still want it to register in the task bar..
How can I make this happen?
http://www.vbforums.com/showpost.php...16&postcount=2
(that post also has the code for dragging a borderless form)
ShowintaskBar=True
It seems neither of those are working for me.
The first post doesnt do anything different to the program
Where as the second, ShowInTaskbar is an element of the form however states: "Compile Error: Function or interface marked as restricted, or the function uses an Automation type not supported in visual basic."
in the properties menu, fyiQuote:
Originally Posted by Randomality
click on your form... then on the form's properties, change the showintaskbar value to true... ^_^
Yes thank you, I eventually worked that out, cheers guys.