does the xaml in a CXTButton backup jpg images? |
Post Reply |
Author | |
rienzi
Groupie Joined: 20 August 2009 Status: Offline Points: 38 |
Post Options
Thanks(0)
Posted: 15 December 2009 at 2:29am |
can i use <Image Source="res://1.jpg" \> to draw a jpg image on a CXTButton object?
if the answer is yes, then how can I change the jpg image's directory and let the button display jpg images anywhere in my disk
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
You need file:// protocol:
<Image Source="file://c:\\dir\\1.jpg" \>
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |