closed
Public

Hi,

I want to use some image as background for some controls. Lets say I have an image of some text box according to my design that I want to use. I would like some kind of option as to use that image instead of the regular text box control. Is it possible?

Thanks

2 answers

Yes it is possible. You can hide the border of the text box, set its opacity to 0, then place the image element under it (with smaller Z value). Thus you can change the look of the text box.

#1

Thanks Young,

I tried as you suggested and it worked out amazingly well. I was just thinking how can we achieve a similar thing with combo box, off course combo box expands dynamically at run time… I will also try to use this technique on buttons as well, Thanks

#2

This question is now closed