// Check were not running on a screen that's going to cause some funnies to happen.\r
Screen scr = Screen.PrimaryScreen;\r
if ((scr.Bounds.Width < 1024) || (scr.Bounds.Height < 620))\r
- MessageBox.Show("Your system does not meet the minimum requirements for HandBrake. \n" + "Your screen is running at: " + scr.Bounds.Width + "x" + scr.Bounds.Height + " \nScreen resolution is too Low. Must be 1024x620 or greater", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);\r
+ {\r
+ MessageBox.Show(\r
+ "Your system does not meet the minimum requirements for HandBrake. \n" +\r
+ "Your screen is running at: " + scr.Bounds.Width + "x" + scr.Bounds.Height +\r
+ " \nScreen resolution is too Low. Must be 1024x620 or greater.\n\n",\r