I set my Border Style to None and Control Box to False.
However, I want to see my Icon and Form Caption on the taskbar. Does anyone know of a way to do this?
(App.TaskVisible = True doesn't work)
Printable View
I set my Border Style to None and Control Box to False.
However, I want to see my Icon and Form Caption on the taskbar. Does anyone know of a way to do this?
(App.TaskVisible = True doesn't work)
ControlBox property is about the little "_" and "x" buttons
which you use for minimizing , maximizing and closing so they've got nothing to do with taskbar.
All you should do is to turn the ShowInTaskbar property of your Form to True.
By this way you can see the caption of your form in the taskbar, but no icon is seen due to a form with no
border has no icon either.
No, you don't understand! Setting a caption makes the blue title bar appear on my form. I DO NOT want to see this on my form. If you set the border to 'Fixed Single' you get it in the taskbar but no icon.
I WANT TO SEE THE ICON AND A TITLE IN THE TASKBAR, BUT I DO NOT WANT TO SEE THE BLUE CAPTION BAR ON MY FORM.
Understand now?
Anyone else who can help will be appreciated.
hmm.. take it easy mate, you seem a bit frustrated, but please, don't get mad at him, he was only trying to help!
I don't know if it's even possible in pure VB, you might need the api.
Look at http://www.mvps.org/vbnet/, I think they have some code to redraw the caption ;)
iataman:
Setting the control box property does effect whether or not your icon shows on the form caption and hence the taskbar.
Jop:
I'm not angry, mate. He didn't understand the question. I like the web site. Thanks!