I am running my application from the VB studio and when minimized, it is not displayed within the task bar althought the ShowInTaskBar is true.
(the application appears in the left bottom corner)Why?
Thanks
Printable View
I am running my application from the VB studio and when minimized, it is not displayed within the task bar althought the ShowInTaskBar is true.
(the application appears in the left bottom corner)Why?
Thanks
this can happen when you set the Borderstyle property of your main window to anything other than Sizeable, e.g. "fixed dialog" or "fixed toolwindow"