maximize hides my taskbar...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

i want to maximize my form. but when I do that, my taskbar dissapears..
how do i maximize my form in vb.net without covering the taskbar
the taskbar is set to always be on top

i use this command to maximize my form
Me.WindowState = FormWindowState.Maximize

ti
/d
 
My guess would have been that you have not checked "Always on Top". If you
have, then it appears to be a Windows problem, the code for maximizing is
correct. I just tried a test and my taskbar stays visible.

Les Smith
http://www.KnowDotNet.com
 
Back
Top