Click here to Skip to main content
15,891,473 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF manual Tooltip or Popup takes over mouse capture Pin
ronl10-Jan-09 6:51
ronl10-Jan-09 6:51 
AnswerRe: WPF manual Tooltip or Popup takes over mouse capture Pin
ronl10-Jan-09 11:52
ronl10-Jan-09 11:52 
QuestionImage Control problem Pin
Allonii10-Jan-09 4:58
Allonii10-Jan-09 4:58 
AnswerRe: Image Control problem Pin
User 27100910-Jan-09 15:09
User 27100910-Jan-09 15:09 
GeneralRe: Image Control problem [modified] Pin
Allonii10-Jan-09 15:19
Allonii10-Jan-09 15:19 
GeneralRe: Image Control problem Pin
User 27100910-Jan-09 15:25
User 27100910-Jan-09 15:25 
GeneralRe: Image Control problem Pin
Allonii10-Jan-09 15:31
Allonii10-Jan-09 15:31 
GeneralRe: Image Control problem Pin
Snufflufugus10-Jan-09 15:54
Snufflufugus10-Jan-09 15:54 
When you set the Image.ImageSource to your file, you are reading it into memory. You can read it directly into your image instead (and overwrite as needed). All writing it to a file before loading it into your image does is create the additional overhead of the File I/O operations.

Hope this helps,

Keith
GeneralRe: Image Control problem Pin
Allonii10-Jan-09 23:07
Allonii10-Jan-09 23:07 
GeneralRe: Image Control problem Pin
Gideon Engelberth12-Jan-09 3:35
Gideon Engelberth12-Jan-09 3:35 
GeneralRe: Image Control problem Pin
Allonii12-Jan-09 23:32
Allonii12-Jan-09 23:32 
QuestionHow to pass parameters to WPF ? Pin
Yanshof10-Jan-09 4:10
Yanshof10-Jan-09 4:10 
AnswerRe: How to pass parameters to WPF ? Pin
Mohammad Dayyan10-Jan-09 11:58
Mohammad Dayyan10-Jan-09 11:58 
AnswerRe: How to pass parameters to WPF ? Pin
Mark Salsbery12-Jan-09 8:37
Mark Salsbery12-Jan-09 8:37 
GeneralRe: How to pass parameters to WPF ? Pin
Pete O'Hanlon12-Jan-09 9:31
mvePete O'Hanlon12-Jan-09 9:31 
GeneralRe: How to pass parameters to WPF ? Pin
Mark Salsbery12-Jan-09 10:30
Mark Salsbery12-Jan-09 10:30 
AnswerRe: How to pass parameters to WPF ? Pin
schiebel-t2-Feb-09 8:20
schiebel-t2-Feb-09 8:20 
QuestionCan I use a silverlight control inside my asp.net 2.0 web application? Pin
Nada Adel10-Jan-09 3:33
Nada Adel10-Jan-09 3:33 
AnswerRe: Can I use a silverlight control inside my asp.net 2.0 web application? Pin
Mark Salsbery15-Jan-09 9:15
Mark Salsbery15-Jan-09 9:15 
QuestionIssue with binding and ValidationRules Pin
Rohde9-Jan-09 23:24
Rohde9-Jan-09 23:24 
AnswerRe: Issue with binding and ValidationRules Pin
User 27100910-Jan-09 15:02
User 27100910-Jan-09 15:02 
GeneralRe: Issue with binding and ValidationRules Pin
Rohde10-Jan-09 15:34
Rohde10-Jan-09 15:34 
AnswerRe: Issue with binding and ValidationRules Pin
User 27100910-Jan-09 15:41
User 27100910-Jan-09 15:41 
GeneralRe: Issue with binding and ValidationRules Pin
Rohde10-Jan-09 15:47
Rohde10-Jan-09 15:47 
GeneralRe: Issue with binding and ValidationRules Pin
User 27100910-Jan-09 15:48
User 27100910-Jan-09 15:48 

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.