Click here to Skip to main content
15,888,579 members
Home / Discussions / WPF
   

WPF

 
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 
Hmmm.. Figured something aggravating out. RIAudit, out of necessity, uses public properties, instead of accessors. If i change
public string Status;

to
public string Status {get; set;} 

then WPF is happy (though the object-ralational database i use is not).
I guess I'll have write a wrapper for RIAudit, unless someone knows how to get around this. ??
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 
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 
GeneralOff on wrong track Pin
fjparisIII23-Feb-10 15:05
fjparisIII23-Feb-10 15:05 
AnswerRe: How to download executable file Pin
fjparisIII23-Feb-10 13:50
fjparisIII23-Feb-10 13:50 
GeneralRe: How to download executable file Pin
Richard Andrew x6423-Feb-10 14:08
professionalRichard Andrew x6423-Feb-10 14:08 
AnswerRe: How to download executable file Pin
Pete O'Hanlon23-Feb-10 22:20
mvePete O'Hanlon23-Feb-10 22:20 
GeneralRe: How to download executable file Pin
fjparisIII24-Feb-10 4:16
fjparisIII24-Feb-10 4:16 
GeneralRe: How to download executable file Pin
Matt Cavanagh24-Feb-10 13:10
Matt Cavanagh24-Feb-10 13:10 
GeneralRe: How to download executable file Pin
fjparisIII24-Feb-10 13:42
fjparisIII24-Feb-10 13:42 
GeneralRe: How to download executable file Pin
Matt Cavanagh24-Feb-10 13:45
Matt Cavanagh24-Feb-10 13:45 

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.