Home All Groups Group Topic Archive Search About

Maximize form problem->bottom hidden by start bar

Author
20 Apr 2006 5:46 PM
Mrozu
Hi

When I maximize a form in VB.Net  2003 the bottom of the form gets
hidden
by the start bar (so my status bar is invisible). How can I get my app
to maximize to the usable screen area above the start bar?

Thx Mrozu

Author
20 Apr 2006 9:34 PM
ersatz53
Perhaps the easiest thing would be to set your task bar to auto hide.

/tr
Author
21 Apr 2006 9:27 AM
Larry Lard
Mrozu wrote:
> Hi
>
> When I maximize a form in VB.Net  2003 the bottom of the form gets
> hidden
> by the start bar (so my status bar is invisible). How can I get my app
> to maximize to the usable screen area above the start bar?

How are you maximizing the form? By pressing the window maximize
button, or in code? If the latter, show us your code.

--
Larry Lard
Replies to group please
Author
21 Apr 2006 1:27 PM
Mrozu
ersatz 53 wrote:

Perhaps the easiest thing would be to set your task bar to auto hide.

i think that it doesn't solve my problem

Larry Lard wrote:

How are you maximizing the form? By pressing the window maximize
button, or in code? If the latter, show us your code.

by pressing maximaize button

for example in FireFox, when we maximaize window, status bar is still
visible:/


Thx Mrozu
Author
21 Apr 2006 1:40 PM
Larry Lard
(please try and keep some context for people following along)

Mrozu wrote:
> When I maximize a form in VB.Net  2003 the bottom of the form gets
> hidden
> by the start bar (so my status bar is invisible). How can I get my app
> to maximize to the usable screen area above the start bar?

Larry Lard wrote:
>
> How are you maximizing the form? By pressing the window maximize
> button, or in code? If the latter, show us your code.

Mrozu wrote:
> by pressing maximaize button
>
> for example in FireFox, when we maximaize window, status bar is still
> visible:/

OK, time for a little experiment: Start VS 2003, new VB WinForms
project. Put a StatusBar on the form. Run the project; maximize the
window. Does this maximize correctly? If yes, the issue is with your
form. If no, the issue is with your Windows settings in some way.

--
Larry Lard
Replies to group please
Author
21 Apr 2006 1:59 PM
Mrozu
yes it works ok. The best thing is that I've opened my project and it
works corectly too:/ ooohhh my God ;) i don't know what's going on...
thx for help Larry

Thx Mrozu