Click here to Skip to main content
15,917,481 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Is it Possible in XAML Pin
Pete O'Hanlon26-Feb-10 0:10
mvePete O'Hanlon26-Feb-10 0:10 
GeneralRe: Is it Possible in XAML Pin
Joe Rozario26-Feb-10 0:13
Joe Rozario26-Feb-10 0:13 
QuestionHow to specify URI for file protocol properly? Pin
Jun Du25-Feb-10 5:30
Jun Du25-Feb-10 5:30 
AnswerRe: How to specify URI for file protocol properly? Pin
Daniel Vaughan25-Feb-10 7:17
Daniel Vaughan25-Feb-10 7:17 
GeneralRe: How to specify URI for file protocol properly? Pin
Jun Du25-Feb-10 7:43
Jun Du25-Feb-10 7:43 
QuestionCould not download the Silverlight application... Pin
Jun Du25-Feb-10 3:38
Jun Du25-Feb-10 3:38 
AnswerRe: Could not download the Silverlight application... Pin
Ray Cassick25-Feb-10 4:49
Ray Cassick25-Feb-10 4:49 
AnswerRe: Could not download the Silverlight application... Pin
Jun Du25-Feb-10 5:25
Jun Du25-Feb-10 5:25 
QuestionStrange crashes on XP 64 [modified] Pin
marca29224-Feb-10 23:34
marca29224-Feb-10 23:34 
QuestionSilverlight covering absolute DIVs Pin
Matt Cavanagh24-Feb-10 13:06
Matt Cavanagh24-Feb-10 13:06 
AnswerRe: Silverlight covering absolute DIVs Pin
Katka Vaughan25-Feb-10 7:44
Katka Vaughan25-Feb-10 7:44 
QuestionSilverlight breaks when hiding it container with CSS Pin
Matt Cavanagh24-Feb-10 13:00
Matt Cavanagh24-Feb-10 13:00 
QuestionExpression blend 3 (wpf) ebook Pin
Nima.naqipoor24-Feb-10 1:47
Nima.naqipoor24-Feb-10 1:47 
QuestionDataGrid list binding Pin
redivider23-Feb-10 9:56
redivider23-Feb-10 9:56 
AnswerRe: DataGrid list binding [modified] Pin
Wes Aday23-Feb-10 11:20
professionalWes Aday23-Feb-10 11:20 
AnswerRe: DataGrid list binding Pin
redivider23-Feb-10 11:50
redivider23-Feb-10 11:50 
QuestionHow to download executable file Pin
fjparisIII23-Feb-10 7:20
fjparisIII23-Feb-10 7:20 
AnswerRe: How to download executable file Pin
Richard Andrew x6423-Feb-10 12:43
professionalRichard Andrew x6423-Feb-10 12:43 
GeneralRe: How to download executable file Pin
fjparisIII23-Feb-10 13:31
fjparisIII23-Feb-10 13:31 
GeneralRe: How to download executable file Pin
Richard Andrew x6423-Feb-10 13:36
professionalRichard Andrew x6423-Feb-10 13:36 
GeneralRe: How to download executable file Pin
Richard Andrew x6423-Feb-10 13:46
professionalRichard Andrew x6423-Feb-10 13:46 
I don't know Silverlight, but I would guess that it's probably up to you to implement and launch the Save As dialog box yourself.

When you want to download the file in question, open an HTTP connection to the URL, then once you have that, launch the Save As dialog box for the user to choose a location to save the file.

Then all you have to do is alternately read the network stream and write the file.
GeneralRe: How to download executable file Pin
fjparisIII23-Feb-10 14:00
fjparisIII23-Feb-10 14:00 
GeneralRe: How to download executable file Pin
Richard Andrew x6423-Feb-10 14:06
professionalRichard Andrew x6423-Feb-10 14:06 
GeneralRe: How to download executable file Pin
fjparisIII23-Feb-10 14:26
fjparisIII23-Feb-10 14:26 
GeneralRe: How to download executable file Pin
Richard Andrew x6423-Feb-10 14:31
professionalRichard Andrew x6423-Feb-10 14:31 

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.