0
votes
votes
1 answers
C# Windows Form Application Errors?
Hello. I get these errors when trying to make a application in Program.cs: [code]Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1());[/code] 1st Line Error: "Ena ...
