2
Reply

Dock a StatusBar in VB.NET

John Arcadella

John Arcadella

Mar 21 2011 12:19 AM
2.2k
By using the Dock property of the StatusStrip control.

statusStrip1.Dock = System.Windows.Forms.DockStyle.Top



Answers (2)