Relative Content

Tag Archive for c#.netvisual-studiowinforms

What is wrong with my code? (C# winforms .NET)

using System; using System.Runtime.CompilerServices; using System.Security.Policy; namespace Plummer_Launcher { partial class Form1 { /// (i skipped some of the vs generated code) #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label5; private System.Windows.Forms.WebBrowser webBrowser1; public static […]