From 03cb0ff1945514d38d3e3f65375e0407866c8ca3 Mon Sep 17 00:00:00 2001 From: radj307 Date: Tue, 22 Feb 2022 14:01:31 -0500 Subject: [PATCH] hide icon in titlebar --- VolumeControl/VolumeControlForm.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VolumeControl/VolumeControlForm.Designer.cs b/VolumeControl/VolumeControlForm.Designer.cs index 24a67474d..e48689e1f 100644 --- a/VolumeControl/VolumeControlForm.Designer.cs +++ b/VolumeControl/VolumeControlForm.Designer.cs @@ -168,6 +168,7 @@ private void InitializeComponent() // TargetSelector // this.TargetSelector.BackColor = System.Drawing.Color.Transparent; + this.TargetSelector.ComboBoxBorder = System.Windows.Forms.BorderStyle.FixedSingle; this.TargetSelector.ForeColor = System.Drawing.Color.Transparent; this.TargetSelector.LabelText = "Target"; this.TargetSelector.Location = new System.Drawing.Point(8, 170); @@ -368,6 +369,7 @@ private void InitializeComponent() this.KeyPreview = true; this.MaximizeBox = false; this.Name = "VolumeControlForm"; + this.ShowIcon = false; this.Text = "Volume Control"; this.GotFocus += new System.EventHandler(this.Window_GotFocus); this.Resize += new System.EventHandler(this.Form_Resize);