Click here to Skip to main content
15,902,635 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Formatting XAML for CP Article Pin
Jammer11-Jun-09 12:39
Jammer11-Jun-09 12:39 
QuestionMultiple UserControls Pin
zauberfisch10-Jun-09 22:56
zauberfisch10-Jun-09 22:56 
AnswerRe: Multiple UserControls Pin
Christian Graus10-Jun-09 23:08
protectorChristian Graus10-Jun-09 23:08 
GeneralRe: Multiple UserControls Pin
zauberfisch10-Jun-09 23:18
zauberfisch10-Jun-09 23:18 
AnswerRe: Multiple UserControls Pin
Pete O'Hanlon10-Jun-09 23:27
mvePete O'Hanlon10-Jun-09 23:27 
GeneralRe: Multiple UserControls Pin
zauberfisch11-Jun-09 0:39
zauberfisch11-Jun-09 0:39 
AnswerRe: Multiple UserControls Pin
#realJSOP10-Jun-09 23:31
professional#realJSOP10-Jun-09 23:31 
AnswerRe: Multiple UserControls Pin
Gideon Engelberth11-Jun-09 3:27
Gideon Engelberth11-Jun-09 3:27 
This sounds like a good scenario for Commands. You can make your button trigger the pre-defined New command like so:

<pre>&lt;Button Command="New"&gt;Click Me&lt;/Button&gt;</pre>

Then you can wire up a command binding anywhere up the visual chain from the toolbar to handle the New command. That handler will need to be able to determine which control method to call (which is basically CG's first suggestion).
QuestionSound animation Pin
Member 343091110-Jun-09 12:43
Member 343091110-Jun-09 12:43 
AnswerRe: Sound animation Pin
Christian Graus10-Jun-09 14:49
protectorChristian Graus10-Jun-09 14:49 
QuestionHow do you save a lossless rotation of a JPEG file under WPF? Pin
fjparisIII10-Jun-09 4:26
fjparisIII10-Jun-09 4:26 
AnswerRe: How do you save a lossless rotation of a JPEG file under WPF? Pin
Christian Graus10-Jun-09 8:50
protectorChristian Graus10-Jun-09 8:50 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? Pin
fjparisIII10-Jun-09 9:19
fjparisIII10-Jun-09 9:19 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? Pin
Christian Graus10-Jun-09 9:24
protectorChristian Graus10-Jun-09 9:24 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? [modified] Pin
fjparisIII10-Jun-09 9:48
fjparisIII10-Jun-09 9:48 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? Pin
Christian Graus10-Jun-09 9:56
protectorChristian Graus10-Jun-09 9:56 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? (STILL NOT SOLVED) Pin
fjparisIII10-Jun-09 10:39
fjparisIII10-Jun-09 10:39 
GeneralRe: How do you save a lossless rotation of a JPEG file under WPF? Pin
Christian Graus10-Jun-09 11:00
protectorChristian Graus10-Jun-09 11:00 
QuestionHow do I make my 3D models look more realistic Pin
Etienne_12310-Jun-09 3:40
Etienne_12310-Jun-09 3:40 
QuestionMultiple client access in a wcf service Pin
JS 200810-Jun-09 3:26
JS 200810-Jun-09 3:26 
AnswerRe: Multiple client access in a wcf service Pin
Mark Salsbery10-Jun-09 6:57
Mark Salsbery10-Jun-09 6:57 
QuestionSilverlight + WCF Communication Pin
JS 200810-Jun-09 3:25
JS 200810-Jun-09 3:25 
AnswerRe: Silverlight + WCF Communication Pin
Mark Salsbery10-Jun-09 6:53
Mark Salsbery10-Jun-09 6:53 
GeneralRe: Silverlight + WCF Communication Pin
JS 200810-Jun-09 17:54
JS 200810-Jun-09 17:54 
GeneralRe: Silverlight + WCF Communication Pin
Mark Salsbery11-Jun-09 10:22
Mark Salsbery11-Jun-09 10:22 

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.