3
Answers

Set background image of a StatusBar in VB.NET

statusStrip1.BackgroundImage = imageList1.Images(0)
statusStrip1.BackgroundImageLayout = ImageLayout.Center


Answers (3)