Hello,
I have a TextBox in my Form that I want to let it be tranparent and show a picture that is in a PictureBox, behind it, but how I can do this? Thanks.
Hello,
I have a TextBox in my Form that I want to let it be tranparent and show a picture that is in a PictureBox, behind it, but how I can do this? Thanks.
Here is a Windows Forms solution, I don't know if it will translate to mobile:
How to make a TextBox/RichTextBox transparent
AlphaBlendTextBox - A transparent/translucent textbox for .NET