Click here to Skip to main content
15,890,512 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Calendar MultipleRange (get selection) Pin
SledgeHammer0124-Aug-11 6:27
SledgeHammer0124-Aug-11 6:27 
GeneralRe: Calendar MultipleRange (get selection) Pin
kurmanc24-Aug-11 6:41
kurmanc24-Aug-11 6:41 
QuestionWP7 using silverlight Pin
arkiboys23-Aug-11 23:18
arkiboys23-Aug-11 23:18 
AnswerRe: WP7 using silverlight Pin
Dan Mos24-Aug-11 0:08
Dan Mos24-Aug-11 0:08 
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 
Hi all,
I am trying to show a video clip after the user clicks on a thumbnail image. I tried 3 ways already, without joy Cry | :((
1) I included the video as a resource in the project – but it took too long to load, obviously Frown | :(
2) I tried the following line, which opens the video nicely Thumbs Up | :thumbsup: , but in another browser window Thumbs Down | :thumbsdown:
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri("http://youtu.be/code_for_video"), "", "toolbar=1,menubar=1,resizable=1,scrollbars=1,top=0,left=0");
3) I tried the following line, which doesn’t work Unsure | :~
htmlHost.SourceUri = new Uri("http://youtu.be/code_for_video");

I am doing something wrong? Am I missing something essential? Should I try something else?
I want to show the video in something like an iframe, but I can’t get anything worthwhile after numerous Google searches.
I am using Silverlight 3, and Microsoft Visual Web Developer 2010 Express.

Any advise, guidance and suggestions are welcome.Cool | :cool:

Thanks.
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 
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 

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.