[Help] Making a custom GUI translucent
I'm trying to make a custom GUI, but I want it to be translucent and I don't see anything in VB that can help me achieve this.
Of course I could use Me.Opacity = XX but I want the main controls (buttons and textboxes etc) to remain normal. I've spent a few hours searching the internet and the VB section but with no success.
Thanks in advance,
Ryan/Samueldo
Transparency key ftw!!!!!
set your back color to (color)
+
set your transparency key to (color)
=
(color) is invisible!!!!!
I need it translucent, not transparent. There's a difference. Thanks for helping anyway though.