Hi,
Are you deploying to a VGA device or emulator?
If so you may need to review the AutoScaleDimensions and AutoScaleMode of your form, these allow for the resizing of controls on your form to be inline with the higher resolution devices. These settings would normally, by default, be as follows :-
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
Hope this helps.
Paul Diston
http://www.smartmobiledevice.co.uk/