textbox.backgroundImage

  • Thread starter Thread starter Pascal
  • Start date Start date
P

Pascal

Hello

I try googling this without success... Does anyone know how to do that ?
Putting an image in the backgroung of a textbox ?

i try this in a usercontrol without success : but it works for a label !
Public Class MonTextBox

Dim back As New Bitmap("C:\max.png")

TextBox1.BackgroundImage = back

End Class

thanks

http://www.scalpa.info
 
Back
Top