Micychalek
❔ I am having some trouble running my project in Visual Studio after re installing system.
this.GPUdropdown.BackColor = System.Drawing.Color.Transparent;
this.GPUdropdown.BorderRadius = 3;
this.GPUdropdown.DisabledColor = System.Drawing.Color.Gray;
this.GPUdropdown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
this.GPUdropdown.Items = new string[] {
"NVIDIA",
"AMDRadeon"};
this.GPUdropdown.Location = new System.Drawing.Point(235, 255);
this.GPUdropdown.Name = "GPUdropdown";
this.GPUdropdown.NomalColor = System.Drawing.Color.RoyalBlue;
this.GPUdropdown.onHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.GPUdropdown.selectedIndex = 0;
this.GPUdropdown.Size = new System.Drawing.Size(132, 35);
this.GPUdropdown.TabIndex = 49;
this.GPUdropdown.onItemSelected += new System.EventHandler(this.GPUdropdown_onItemSelected);
//
// CPUdropdown
//
this.CPUdropdown.BackColor = System.Drawing.Color.Transparent;
this.CPUdropdown.BorderRadius = 3;
this.CPUdropdown.DisabledColor = System.Drawing.Color.Gray;
this.CPUdropdown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
this.CPUdropdown.Items = new string[] {
"Intel",
"AMD"};
this.CPUdropdown.Location = new System.Drawing.Point(429, 255);
this.CPUdropdown.Name = "CPUdropdown";
this.CPUdropdown.NomalColor = System.Drawing.Color.RoyalBlue;
this.CPUdropdown.onHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.CPUdropdown.selectedIndex = 1;
this.CPUdropdown.Size = new System.Drawing.Size(131, 35);
13 replies