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

WPF

 
QuestionVS2008 Doesn't Allow Debugging of Silverlight apps [SOLVED] Pin
#realJSOP27-Jun-10 2:13
mve#realJSOP27-Jun-10 2:13 
AnswerRe: VS2008 Doesn't Allow Debugging of Silverlight apps Pin
Abhinav S27-Jun-10 7:12
Abhinav S27-Jun-10 7:12 
QuestionBegginer - Binding object in XAML Pin
ekimpl26-Jun-10 0:40
ekimpl26-Jun-10 0:40 
AnswerRe: Begginer - Binding object in XAML Pin
Pete O'Hanlon26-Jun-10 2:35
mvePete O'Hanlon26-Jun-10 2:35 
GeneralRe: Begginer - Binding object in XAML [modified] Pin
ekimpl26-Jun-10 3:28
ekimpl26-Jun-10 3:28 
AnswerRe: Begginer - Binding object in XAML Pin
Abhinav S26-Jun-10 5:53
Abhinav S26-Jun-10 5:53 
GeneralRe: Begginer - Binding object in XAML Pin
ekimpl26-Jun-10 6:08
ekimpl26-Jun-10 6:08 
GeneralRe: Begginer - Binding object in XAML Pin
Abhinav S26-Jun-10 6:20
Abhinav S26-Jun-10 6:20 
private string _value;        <br />
public string Value        <br />
{            <br />
get {return _value;<br />
}            <br />
set            <br />
{                <br />
_value = value;                <br />
NotifyPropertyChanged("Value");            <br />
}<br />

Move the property code to mainpage and try....
GeneralRe: Begginer - Binding object in XAML Pin
ekimpl26-Jun-10 6:30
ekimpl26-Jun-10 6:30 
GeneralRe: Begginer - Binding object in XAML Pin
Pete O'Hanlon26-Jun-10 6:57
mvePete O'Hanlon26-Jun-10 6:57 
GeneralRe: Begginer - Binding object in XAML Pin
ekimpl26-Jun-10 7:15
ekimpl26-Jun-10 7:15 
GeneralRe: Begginer - Binding object in XAML Pin
Pete O'Hanlon26-Jun-10 9:05
mvePete O'Hanlon26-Jun-10 9:05 
GeneralRe: Begginer - Binding object in XAML Pin
Abhinav S26-Jun-10 17:25
Abhinav S26-Jun-10 17:25 
GeneralRe: Begginer - Binding object in XAML Pin
ekimpl26-Jun-10 19:38
ekimpl26-Jun-10 19:38 
GeneralRe: Begginer - Binding object in XAML Pin
Abhinav S26-Jun-10 19:54
Abhinav S26-Jun-10 19:54 
QuestionArrange controls inside a user control in wpf Pin
dashingsidds25-Jun-10 3:32
dashingsidds25-Jun-10 3:32 
AnswerRe: Arrange controls inside a user control in wpf Pin
Pete O'Hanlon25-Jun-10 4:00
mvePete O'Hanlon25-Jun-10 4:00 
GeneralRe: Arrange controls inside a user control in wpf Pin
dashingsidds27-Jun-10 18:33
dashingsidds27-Jun-10 18:33 
GeneralRe: Arrange controls inside a user control in wpf Pin
BechBej5-Jul-10 10:01
BechBej5-Jul-10 10:01 
GeneralRe: Arrange controls inside a user control in wpf Pin
dashingsidds5-Jul-10 18:23
dashingsidds5-Jul-10 18:23 
QuestionRemoving line-geometry from screen at run-time Pin
industryunleash25-Jun-10 3:15
industryunleash25-Jun-10 3:15 
AnswerRe: Removing line-geometry from screen at run-time Pin
Pete O'Hanlon25-Jun-10 3:27
mvePete O'Hanlon25-Jun-10 3:27 
GeneralRe: Removing line-geometry from screen at run-time Pin
industryunleash25-Jun-10 3:30
industryunleash25-Jun-10 3:30 
GeneralRe: Removing line-geometry from screen at run-time Pin
Pete O'Hanlon25-Jun-10 3:41
mvePete O'Hanlon25-Jun-10 3:41 
GeneralRe: Removing line-geometry from screen at run-time Pin
industryunleash30-Jun-10 7:47
industryunleash30-Jun-10 7:47 

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.