Click here to Skip to main content
15,907,874 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WP7 using silverlight Pin
arkiboys24-Aug-11 0:30
arkiboys24-Aug-11 0:30 
GeneralRe: WP7 using silverlight Pin
Dan Mos24-Aug-11 0:48
Dan Mos24-Aug-11 0:48 
GeneralRe: WP7 using silverlight Pin
arkiboys24-Aug-11 1:40
arkiboys24-Aug-11 1:40 
Question"Embed" an external video clip Pin
McCombi23-Aug-11 22:18
McCombi23-Aug-11 22:18 
AnswerRe: "Embed" an external video clip Pin
Navin Pandit23-Aug-11 22:34
Navin Pandit23-Aug-11 22:34 
GeneralRe: "Embed" an external video clip Pin
McCombi23-Aug-11 22:49
McCombi23-Aug-11 22:49 
GeneralRe: "Embed" an external video clip Pin
Navin Pandit23-Aug-11 23:50
Navin Pandit23-Aug-11 23:50 
AnswerRe: "Embed" an external video clip Pin
McCombi24-Aug-11 3:07
McCombi24-Aug-11 3:07 
I have even tried the VideoBrush today, with no success Frown | :(
See code below.

On page Player:
C#
…
<UserControl.Resources>
        <MediaElement x:Name="mediaPlayer" Opacity="0">
        <VideoBrush x:Name="brush" SourceName="mediaPlayer"/>
</UserControl.Resources>
…
<Rectangle x:Name="rect">
…


Then from the xaml page where the user clicks on the image to see video clip:
C#
…
player.mediaPlayer.Source = new Uri("http://youtu.be/code_of_video");
player.rect.Fill = player.brush;
…


Please help me! Cool | :cool:
QuestionWPF help- how to access a textbox value from a different window Pin
steersteer22-Aug-11 11:17
steersteer22-Aug-11 11:17 
AnswerRe: WPF help- how to access a textbox value from a different window Pin
Mycroft Holmes22-Aug-11 13:09
professionalMycroft Holmes22-Aug-11 13:09 
GeneralRe: WPF help- how to access a textbox value from a different window Pin
steersteer22-Aug-11 13:47
steersteer22-Aug-11 13:47 
GeneralRe: WPF help- how to access a textbox value from a different window Pin
Mycroft Holmes22-Aug-11 14:04
professionalMycroft Holmes22-Aug-11 14:04 
QuestionLosing expanded nodes in TreeView after ItemsSource has updated Pin
Mc_Topaz21-Aug-11 21:58
Mc_Topaz21-Aug-11 21:58 
AnswerRe: Losing expanded nodes in TreeView after ItemsSource has updated Pin
Mycroft Holmes21-Aug-11 22:42
professionalMycroft Holmes21-Aug-11 22:42 
GeneralRe: Losing expanded nodes in TreeView after ItemsSource has updated Pin
Mc_Topaz22-Aug-11 1:48
Mc_Topaz22-Aug-11 1:48 
GeneralRe: Losing expanded nodes in TreeView after ItemsSource has updated Pin
Mycroft Holmes22-Aug-11 12:20
professionalMycroft Holmes22-Aug-11 12:20 
Questionapple mac laptop Pin
arkiboys20-Aug-11 0:13
arkiboys20-Aug-11 0:13 
AnswerRe: apple mac laptop Pin
Mehdi Gholam20-Aug-11 0:39
Mehdi Gholam20-Aug-11 0:39 
GeneralRe: apple mac laptop Pin
arkiboys20-Aug-11 5:50
arkiboys20-Aug-11 5:50 
AnswerRe: apple mac laptop Pin
BubingaMan5-Sep-11 4:33
BubingaMan5-Sep-11 4:33 
QuestionSilverlight with DevExpress Grid Control Pin
brijmohansingh1018-Aug-11 20:07
brijmohansingh1018-Aug-11 20:07 
AnswerRe: Silverlight with DevExpress Grid Control Pin
Abhinav S20-Aug-11 1:45
Abhinav S20-Aug-11 1:45 
QuestionNeed some Simple Code Pin
peterdrozd15-Aug-11 6:49
peterdrozd15-Aug-11 6:49 
AnswerRe: Need some Simple Code Pin
Kevin Marois15-Aug-11 10:25
professionalKevin Marois15-Aug-11 10:25 
AnswerRe: Need some Simple Code Pin
SledgeHammer0115-Aug-11 10:41
SledgeHammer0115-Aug-11 10:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.