Bigger windows form that screen resolution ??!!

B

Bragadiru

Hi all,

I want to create "the biggest" windows form, but, at design time, I cannot
exceed 1292,972. My maximum screen resolution is 1280/960. I'm using Visual
Studio .NET 2002.
I found this at
http://msdn.microsoft.com/library/d...tml/frlrfsystemwindowsformsformclasstopic.asp :
The maximum value of this property is limited by the resolution of the
screen the form is running on. The value cannot be greater than 12 pixels
over each screen dimension (horizontal + 12 and vertical + 12).

There is no way to create a bigger form ??

Thanks
 
G

Guest

Hi

Why you need a big form when you have property for setting the form to the
mximum size of any screen?

Regards
Sooraj
Microsoft Community Star
 
B

Bragadiru

Hi,

I just need it and I want it with scroll bars to see all info. Maybe it's
not a tipical request, BUT it is very annoying to not acomplish this
"simple" task.

I'm waiting for other suggestions.

Thanks anyway
 
E

Etienne Charland

Set the AutoScroll property of your form to True. You will not have a bigger
form, but scrollbars will appear on the form so you can see controls even if
they are outside form bounds.
 
B

Bragadiru

Unfortunately AutoScroll is already on true. The big pb is that I have too
many controls and no enough space to put them. I cannot use tabcontrol. It
is just an old data-entry screen that I must convert from foxpro to .NET. It
is more than embarrassing this limitation.

Thanks a lot.
 

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

Top