Some idea on how to make transparent a text box?
I would like to have the effect of "writing on a bitmap" and not in a text box!!!
The same with grids.
Saludos a todos los que me aiudan y tambièn a todos los otros. mail to pietcio@libero.it
Here try this(I was bored)... You could probably find a better method somewhere on the web. It works fine except there is no blinking caret. Click on the picture box to type.
You need:
A Text box with Multiline set to True
A Label, and a PictureBox
Private Declare Function Putfocus Lib "user32" Alias "SetFocus" (ByVal hwnd As Long) As Long
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.