Maximize form problem->bottom hidden by start bar

M

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
 
L

Larry Lard

Mrozu said:
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.
 
M

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
 
L

Larry Lard

(please try and keep some context for people following along)
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 said:
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:/

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.
 
M

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Maximized form questions 1
Maximizing a window 2
Maximizing a report in 2007 6
form scrolling problem 2
How to maximize MDI child? 1
maximized window hides task bar 2
MDI Forms 8
Maximize Window Space 3

Top