views:

100

answers:

0

Possible Duplicate:
[C#] How to write this statement into coding?

[C#] How to write this statement into coding?

I declare: MediaElement as "Video" Slider as "VideoTime"

if (The video has played until 4 sec out of 10sec of that video) 
{ 
    *video will be stopped

}

Thanks