How to develop a responsive application using C# in VS 2010?

  • Thread starter Thread starter Ihteshamul Alam
  • Start date Start date
I

Ihteshamul Alam

Guest
Hello,

How can I develop an application using C# that will be responsive based on the screen resolution? i.e: In a form, adjust every components used in it(ex: TextBox, ComboBox, etc) when the screen resolution is changed.

Lets check the screenshots:

Windows 7 1366 x 768 px:

631d96339660aadeaa35840961144c18._.png



Windows 7 728 x 586 px:

1bf372d71d1167a0ab8a8f0003ad90a4._.png


Win 7 550 x 599 px: 3rd Images goes here

Lets imagine, this is a form and all the drive as components, all drives are adjust their position based on the screen size. How can I do that for an application written in C#?


- Thanks

Continue reading...
 
Back
Top