Dear All

I've recently purchased a new laptop, with a different screen resolution (1920 x1080) to the one I do all my coding on at work (1680x1050). Ideally I would like to be able to transfer code I'm working on between the desktop at work and my laptop. However all my windows forms seem to get messed up, i.e. the position of the controls changes when transferring between the two.

I've tried fiddling with auto-size and anchoring the controls without success. Is there any way to lock the size of the forms so they don't resize when changing screen resolution (or more importantly aspect ratio) ?

code developed in VS2008, targeting .net 2.0 framework

any help would be appreciated

cheers

simon