Click to See Complete Forum and Search --> : Show In task bar problem


Sigal Laniado
January 17th, 2000, 03:50 AM
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

Lothar Haensler
January 17th, 2000, 09:09 AM
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"