show/hide this revision's text 2 edited tags
show/hide this revision's text 1

VB.NET form Height Question

I have a VB6.0 project and I want to convert it in VB.Net.

In my VB6.0 application some of the MDI Child form’s height is 17000 and width is 13000. Now I want to set the same form size in VB.Net forms, but it allows maximum form width = 1036, height = 780 for resolution 1024x768.

How can I increase form size with same resolution?

Also I want to print this from so, I can not use auto scroll property of vb.net forms.

Thaks