I am using Visual C# and my "Program.cs" script looks like this:
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
I know I have to put something in there to catch what the system is throwing at it, but don't know what. Thank you.

New Topic/Question
Reply




MultiQuote




|