Does anyone know how to make a panel have no background in code? It would be greatly appreciated
Josh
Printable View
Does anyone know how to make a panel have no background in code? It would be greatly appreciated
Josh
Just a guess, but try setting the property to null.
nope, doesnt work.
Panel1.BackgroundImage = Nothing
;)
Yep...I was thinkin' in C# terms
Thanks guys. Yeah that works. Nothing.... gotta think new VB.NET... I got real used to vb 6.
Josh