Hi every body:
Does any one knows how to do a form without the taskbar makes an space for the form??
thanks
Printable View
Hi every body:
Does any one knows how to do a form without the taskbar makes an space for the form??
thanks
if you don't mean set the form's Border property to None, then i don't understand what you're asking
Hi everibody:
what I mean is for example when you open visual basic or internet explorer in the task bar will apear, this give to you the chance to choose diferent programs, I want that my program don“t apear in the task bar
If its YOUR program you don't want to appear on the task bar then:
VB Code:
YourForm.ShownInTaskbar = False
Well I try it to use it but ther is a error. Compile error: function or interface marked as restricted, or the function uses an automation type not suported in Vb.
Can you write an example??
thanks
View the form then in the Properties window look for ShownInTaskbar. Set it to False.
Yeah it works, thanks a lot