draw inside an abject
-
i've a textbox in my form. I would to learn how to draw an image inside the area of the textbox at the place the classic white. I don't want a dll that make it but just learn how, so i can do the same for other objects and create quite custom objects. Thanks.
-
i've a textbox in my form. I would to learn how to draw an image inside the area of the textbox at the place the classic white. I don't want a dll that make it but just learn how, so i can do the same for other objects and create quite custom objects. Thanks.
At general to customize the drawing of control you drive your class from it and override
OnPaint
but not al controls easy for customization like others to look at code do what you want look at Tile a Bitmap Into a TextBox Background[^] it is in VB6 but you can get some ideas from it MCAD