Very confused resolution independence

crazymoose

New member
Joined
Oct 27, 2015
Messages
1
Programming Experience
Beginner
Hello,

I will be honest I dabble in VB.net programming and I am by no means proficient. I know enough to entertain myself, but I'm really having a difficult time grasping how to make a form fit any resolution for any user. I've googled till my fingers bled and find 8 billion different answers. Can anyone explain the simplest way to achieve this?

Thanks
 
There's no magic bullet. Responsive design is a concept rather than a technology. It's up to you to implement the principles as you see fit. I suggest that you pick what seems right enough to you, make an attempt and then post back if you have specific issues.
 
Docking and anchoring your controls in suitable containers (FlowLayoutPanel, TableLayoutPanel, etc...).

This thread is in the Web Forms forum so, unless the OP posted in the wrong place, Windows Forms advice is not going to help. :)
 
Back
Top