Click here to Skip to main content
15,902,777 members

Comments by BaharDev (Top 14 by date)

BaharDev 11-Sep-14 0:11am View    
I also have the same problem appreciate if any one comes with a solution
BaharDev 27-Oct-10 21:54pm View    
thanks tarun,actually I totally changed my project and now everything seems ok,thanks for your help:)
BaharDev 25-Oct-10 21:39pm View    
thanks tarun but i think I dont need a tag,since I want to bind image to my button like this:

<Button
Click="DoThis"
Cursor="Hand"
>
<Image
Source="{Binding}"/>
</Button>
my image is appearing but the button doesnt work i mean when i move cursor to it ,it's not clickable:(
BaharDev 25-Oct-10 5:04am View    
thanks tarun for your answer,I quite understood what u said but since i am novice in this area could you tell me how i can manipulate my program in a way that my button works??thank you so much:d
BaharDev 22-Oct-10 5:49am View    
thank you for your answer:)