How would i go about stopping a form from being moved. I have the form border style set as FixedSingle and would like to keep it this way because it looks good in vista :)>
You can set the FormBorderStyle property of the Form to None
FormBorderStyle
this.FormBorderStyle=System.Windows.Forms.FormBorderStyle.None