The best thing to do is to test your application on the least resolution,
and change it to suit. Messing about with users resolution is not a good
idea.
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
You should design your application to work at the lowest
resolution (typically 800x600). I wouldn't recommend that you try
to change control positions based on screen resolution, as this
is rather complicated. Under no circumstances should you attempt
to change a user's screen resolution.