Dear fellows , its a nightmare for me to set the resolutions of vb.net forms autmoaticly adjustable. I would like to know what are the suggested size of the form and what are the parameters to set to make the form screen resolution adjustable.
One thing to inform you that my form property windows.state is already in MAXIMIUM,
i have also tried

 Me.Width = Screen.PrimaryScreen.Bounds.Width
Me.Height = Screen.PrimaryScreen.Bounds.Height

but of no use ,
please let me know what are the best ways to set the form to autosize.

Regards.

Recommended Answers

All 3 Replies

Hi,

You can find an example, Here

How' bout set WindowState to Maximized?

Form1.WindowState = FormWindowState.Maximized

Hi Eternal Newbie,

He has already set the Form windowstate Maximum.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.