Using VS, I created a Windows form and added a textbox. I need the textbox to be transparent.
textbox.backcolor = Color.Transparent
The Build works fine but a runtime error occurs indicating the control is not capable of this. I have seen another method using SetStyles but that also produces errors.
Does someone have a current implementation that works?
Here is MS Doc describing transparency:
Interesting to me is that in VS, the Backcolor property only shows colors from which one chooses. It does not have Transparent that I can see (no pun intended).
Regards,
Lance
