I'm using VS 2008
the project builds fine but when i try to debug it crashes when building the form on this line
I've been toying with different font settings hoping VS will reset and fix it but no luck
thanks for any help
the project builds fine but when i try to debug it crashes when building the form on this line
Code:
this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
thanks for any help
Comment