Er Sanjeev Kumar

Er Sanjeev Kumar

  • NA
  • 25
  • 9.5k

how set screen resolution in C# Window form programming

Sep 2 2015 6:49 AM
Hello 
 
I am developing a window form application in  c# ,and i have a problem related to responsive design of a window form .
i tried some solution of it ,listed here
1. use of Dock property, anchor, flow layout ,table layout etc.
2. changing the size and location of each control on form according to different resolution.
 
the first solution is not work appropriately  and the second one is more time consuming ...
i thought without making all such changes why not we just change the screen resolution in which my application fit and work well .
 
 
therefore if anybody either  have another solution or idea to change screen resolution  programmatically  please   help me ..
 
 thanks in advance ..........