is there any way that i can write passed text on background picture?
if yes please help me.
Printable View
is there any way that i can write passed text on background picture?
if yes please help me.
I'd suggest you look for a third party component that can do this for you, so that you can simply reference the DLL in your page and pass your arguments to it.
Thanks,
could you please point me to one?
thanks for help
No Prob. If your question has been answered, add [Resolved] to the thread title.
Hi,
there is another lesobtrusive way thatn using aan ACtiveX component although mendhak is right, as an alternative, why dont you referr to my tutorial on CSS graphics in the HTML forum.
TA
Kai :wave:
alawra:
is there any way that i can write passed text on background picture?
if yes please help me.
I'm not exactly sure what you are trying to do, but I put text on pictures by using a label and setting the backstyle property to transparent. Then you can pass the text through the Caption property of the label. Label1.Caption = "Some Text"
You can also write code to position the label where ever you want it to appear on the picture.
Good Luck
Hope this works for you.