I have a VB6.0 project and I want to convert it to VB.Net.
In my VB6.0 application, some of the forms of the MDI Child form are 17000 and the width is 13000. Now I want to set the same size of the form in VB.Net forms, but it allows the maximum form width = 1036, height = 780 for a resolution of 1024x768.
How to increase the size of the form with the same resolution?
I also want to print this, so I cannot use the vb.net form auto scroll property.
Thaks
source
share