Click here to Skip to main content
15,913,773 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: upload a file using a batch file Pin
Pete O'Hanlon19-Oct-09 1:05
mvePete O'Hanlon19-Oct-09 1:05 
QuestionWPF datagrid row mouse double click event Pin
Viji Raj18-Oct-09 19:32
Viji Raj18-Oct-09 19:32 
QuestionWhat is a good learning path for WPF? Pin
Brady Kelly18-Oct-09 3:31
Brady Kelly18-Oct-09 3:31 
AnswerRe: What is a good learning path for WPF? Pin
Pete O'Hanlon18-Oct-09 3:41
mvePete O'Hanlon18-Oct-09 3:41 
AnswerRe: What is a good learning path for WPF? Pin
Richard MacCutchan18-Oct-09 6:23
mveRichard MacCutchan18-Oct-09 6:23 
AnswerRe: What is a good learning path for WPF? Pin
whitnell18-Oct-09 11:05
whitnell18-Oct-09 11:05 
QuestionDataGrid displays lengths of strings instead of the actual strings Pin
Nick Alexeev17-Oct-09 17:49
professionalNick Alexeev17-Oct-09 17:49 
AnswerRe: DataGrid displays lengths of strings instead of the actual strings Pin
Mark Salsbery18-Oct-09 15:47
Mark Salsbery18-Oct-09 15:47 
GeneralRe: DataGrid displays lengths of strings instead of the actual strings [modified] Pin
Nick Alexeev18-Oct-09 18:48
professionalNick Alexeev18-Oct-09 18:48 
GeneralRe: DataGrid displays lengths of strings instead of the actual strings Pin
Mark Salsbery19-Oct-09 7:01
Mark Salsbery19-Oct-09 7:01 
QuestionWCF is showing lists as arrays? Pin
AndyASPVB16-Oct-09 9:43
AndyASPVB16-Oct-09 9:43 
AnswerRe: WCF is showing lists as arrays? Pin
Pete O'Hanlon16-Oct-09 10:12
mvePete O'Hanlon16-Oct-09 10:12 
AnswerRe: WCF is showing lists as arrays? Pin
Ravi Bhavnani16-Oct-09 10:58
professionalRavi Bhavnani16-Oct-09 10:58 
GeneralRe: WCF is showing lists as arrays? Pin
AndyASPVB16-Oct-09 11:30
AndyASPVB16-Oct-09 11:30 
GeneralRe: WCF is showing lists as arrays? Pin
Ravi Bhavnani16-Oct-09 11:44
professionalRavi Bhavnani16-Oct-09 11:44 
GeneralRe: WCF is showing lists as arrays? Pin
Mark Salsbery16-Oct-09 11:46
Mark Salsbery16-Oct-09 11:46 
GeneralRe: WCF is showing lists as arrays? Pin
AndyASPVB20-Oct-09 9:47
AndyASPVB20-Oct-09 9:47 
GeneralRe: WCF is showing lists as arrays? Pin
Mark Salsbery20-Oct-09 10:39
Mark Salsbery20-Oct-09 10:39 
GeneralRe: WCF is showing lists as arrays? Pin
Mark Salsbery16-Oct-09 11:44
Mark Salsbery16-Oct-09 11:44 
QuestionDrawing Geometries to RenderTargetBitmap is being anti-aliased, can it be turned off ? Pin
sfogarasi16-Oct-09 4:49
sfogarasi16-Oct-09 4:49 
QuestionRe: Drawing Geometries to RenderTargetBitmap is being anti-aliased, can it be turned off ? Pin
Mark Salsbery16-Oct-09 7:50
Mark Salsbery16-Oct-09 7:50 
AnswerRe: Drawing Geometries to RenderTargetBitmap is being anti-aliased, can it be turned off ? Pin
sfogarasi16-Oct-09 8:42
sfogarasi16-Oct-09 8:42 
QuestionHow to save files in single DAT file in .NET? Pin
mittalpa15-Oct-09 6:58
mittalpa15-Oct-09 6:58 
AnswerRe: How to save files in single DAT file in .NET? Pin
Mark Salsbery15-Oct-09 7:50
Mark Salsbery15-Oct-09 7:50 
QuestionCan't get UriKind.Relative to work Pin
fjparisIII15-Oct-09 5:41
fjparisIII15-Oct-09 5:41 
For some reason I have to use the cumbersome Pack URI format to access an image file in my assembly. When I use a relative URI I get a System.InvalidOperationException on the following statement: Uri uri = new Uri(ResourcePath, UriKind.Relative);. It works fine when I use the following statement: Uri uri = new Uri("pack://application:,,,/" + ResourcePath);. Here ResourcePath is set to "Resource/Screenshot.png" and "Resource" is directly under my project in the Solution Explorer. Of course the Build Action of the .png file is set to "Resource" or even the Pack URI wouldn't work, which it does. What could be causing this kind of problem?

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.