ToolBar Transparent BackColor
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
hello everyone, I'm using VB.NET 2002. I tried to make the ToolBar control on my form to use a transparent color as a BackColor: me.mytoolbar.backcolor = color.transparent however when it compiles it says that "Control does not support transparent colours." I also though of this line of code: SetStyle(ControlStyles.SupportsTransparentBackColor, True) but, once again, this didn't help either. So, now i guess i need to find a way to override this BackColor property somehow and force Toolbar to accept transparent colour as a BackColor. Any suggestions regarding this would be greatly appreciated. Thank you.