See more: WindowsC#3.5Forms
Hai ,
We have Developed an Windows Forms Application Project, In that what we need is we have to Make my Application Independent of the System screen resolution.i.e My Application resolution should be stable even though System screen resolution changed.

I have Tried one Example from Microsoft Site, i.e
http://msdn.microsoft.com/en-us/library/ms812499.aspx[^]

In that, When i run the Program the whole system resolution is changed to given size Including the Application..

But what i need is i need to Fix my Application size stable, Even though the resolution of the system is changed(i.e if the system resolution is changed to lower my application need to exist towards big size and vise verse )..


And i have also observed the code given by MicroSoft which is in Visula Basic, not in Dotnet..
that link is

http://support.microsoft.com/kb/1820...d=2971&sid=195


Please give me the Code to Make my widows application Resolution independent....
or Show me Any changes in the above MSDN code to achieve my requirement..


Thank You