i'm developing a windows application in 1680X1050 resolution. is there a way to makethis application fit any resolution with different kinds of monitors?--- thanks
AfCSharpLearner Saturday, August 01, 2009 9:38 AM
I didnt get alert for this thread, missed your reply..
Dont maximize them then, keep floating. Well Anchored controls will re-size when user re-sizes form.
You can detect resolution using My.Computer.Screen. and resize forms accordingly if you want :-)