How do you make a transparent textbox without using the dithering trick?
Printable View
How do you make a transparent textbox without using the dithering trick?
Set the background color to the color of your form, and set the BorderStyle to 0 (None)
I can point you in the right direction here. I'm fairly sue you need the TransparentBlt API call.