2
Answers

Dock a StatusBar in VB.NET

John Arcadella

John Arcadella

10y
2.2k
1
By using the Dock property of the StatusStrip control.

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


Answers (2)