Click here to Skip to main content
15,892,537 members
Home / Discussions / WPF
   

WPF

 
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 
Your ZoomFactor property should be turned into a property with a backing field.

There are many different ways for the TextBox to bind to the ZoomFactor property.

One way is in the constructor of the ZoomDialogBox.cs file, use this line of code

this.DataContext = this;

Then change the Path in the TextBox to ZoomFactor.

You should also look at the VS Output window to see any data binding errors when your application is running.

Cheers, Karl

» CodeProject 2008 MVP, CodeProject 2009 MVP

My Blog | Mole's Home Page |
XAML Power Toys Home Page

Just a grain of sand on the worlds beaches.



modified 27-Feb-21 21:01pm.

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 
QuestionSilverlight problem in IIS Pin
CrazyCoder269-Jan-09 20:29
CrazyCoder269-Jan-09 20:29 
AnswerRe: Silverlight problem in IIS Pin
Mohammad Dayyan20-Jan-09 19:57
Mohammad Dayyan20-Jan-09 19:57 
AnswerRe: Silverlight problem in IIS Pin
Michael Sync29-Jan-09 2:32
Michael Sync29-Jan-09 2:32 
Question.NET MEMORY Profiler undisposed Instances Pin
ezazazel9-Jan-09 3:55
ezazazel9-Jan-09 3:55 
AnswerRe: .NET MEMORY Profiler undisposed Instances Pin
User 27100910-Jan-09 15:11
User 27100910-Jan-09 15:11 
GeneralRe: .NET MEMORY Profiler undisposed Instances Pin
ezazazel11-Jan-09 0:18
ezazazel11-Jan-09 0:18 
GeneralRe: .NET MEMORY Profiler undisposed Instances Pin
User 27100911-Jan-09 1:50
User 27100911-Jan-09 1:50 
GeneralRe: .NET MEMORY Profiler undisposed Instances Pin
ezazazel11-Jan-09 2:33
ezazazel11-Jan-09 2:33 
GeneralRe: .NET MEMORY Profiler undisposed Instances Pin
User 27100911-Jan-09 2:35
User 27100911-Jan-09 2:35 
GeneralRe: .NET MEMORY Profiler undisposed Instances Pin
Potapov A9-Mar-09 8:48
Potapov A9-Mar-09 8:48 
QuestionCustomize Collection Editor Item Pin
Vinod C S9-Jan-09 3:45
Vinod C S9-Jan-09 3:45 
AnswerRe: Customize Collection Editor Item Pin
User 27100910-Jan-09 15:14
User 27100910-Jan-09 15:14 
AnswerRe: Customize Collection Editor Item Pin
User 27100911-Jan-09 6:16
User 27100911-Jan-09 6:16 
QuestionConfigurable Image Rotator needs code review Pin
johnsontroye9-Jan-09 3:40
johnsontroye9-Jan-09 3:40 
QuestionWPF Multiple Projects Resource Dictionary Pin
Bex_30009-Jan-09 3:25
Bex_30009-Jan-09 3:25 

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.