(Note: It isnt a namespace problem, all programs I write are in namespaces. And you can call a class anything you want, I wouldnt understand why you would have to call it Program)
At first I thought doing this would help:
[STAThread]
public static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new SpellChecker());
}
But the same problem occurs

New Topic/Question
Reply




MultiQuote







|