Click here to Skip to main content
15,889,556 members
Home / Discussions / WPF
   

WPF

 
QuestionHow to add text to richtextbox from different thread with wcf? Pin
Daniel Jansson30-Oct-08 22:34
Daniel Jansson30-Oct-08 22:34 
AnswerRe: How to add text to richtextbox from different thread with wcf? Pin
schiebel-t8-Nov-08 3:21
schiebel-t8-Nov-08 3:21 
GeneralRe: How to add text to richtextbox from different thread with wcf? Pin
Daniel Jansson8-Nov-08 3:29
Daniel Jansson8-Nov-08 3:29 
QuestionHosting .NET 2.0 controls in WPF Pin
Johan Lombaard30-Oct-08 22:17
Johan Lombaard30-Oct-08 22:17 
AnswerRe: Hosting .NET 2.0 controls in WPF Pin
Pete O'Hanlon31-Oct-08 2:26
mvePete O'Hanlon31-Oct-08 2:26 
GeneralRe: Hosting .NET 2.0 controls in WPF Pin
Johan Lombaard2-Nov-08 20:47
Johan Lombaard2-Nov-08 20:47 
GeneralRe: Hosting .NET 2.0 controls in WPF Pin
Pete O'Hanlon3-Nov-08 8:27
mvePete O'Hanlon3-Nov-08 8:27 
QuestionIssue with setting the margin on several WPF controls Pin
robertw01930-Oct-08 17:03
robertw01930-Oct-08 17:03 
Ok, So I'm trying to programatically set the left margin on three controls, a textblock named "Clock", a StackPanel named "TasksIcos", and a button named "Options". This is the code I'm using:
<br />
TasksIcos.Margin = New Thickness(TasksIcos.Margin.Left + 32, TasksIcos.Margin.Top, TasksIcos.Margin.Right, TasksIcos.Margin.Bottom)<br />
Options.Margin = New Thickness(-MiniModePanel.Width + 43, Options.Margin.Top, Options.Margin.Right, Options.Margin.Bottom)<br />
Clock.Margin = New Thickness(Clock.Margin.Left + 43, 0, -7, 0)


The only one that moves any at all, is "Options". The other two do not move regardless of what the values are entered.

Can a WPF guru tell me what I'm doing wrong here?
AnswerRe: Issue with setting the margin on several WPF controls Pin
User 27100930-Oct-08 19:25
User 27100930-Oct-08 19:25 
GeneralRe: Issue with setting the margin on several WPF controls Pin
robertw01930-Oct-08 19:48
robertw01930-Oct-08 19:48 
GeneralRe: Issue with setting the margin on several WPF controls Pin
User 27100931-Oct-08 3:34
User 27100931-Oct-08 3:34 
GeneralRe: Issue with setting the margin on several WPF controls Pin
robertw01931-Oct-08 13:50
robertw01931-Oct-08 13:50 
GeneralRe: Issue with setting the margin on several WPF controls Pin
User 27100931-Oct-08 13:53
User 27100931-Oct-08 13:53 
QuestionWPF DataBinding & Filtering [modified] Pin
ProjectsRameshBabu30-Oct-08 13:50
ProjectsRameshBabu30-Oct-08 13:50 
QuestionSilverlight and data access Pin
wolfbinary30-Oct-08 10:57
wolfbinary30-Oct-08 10:57 
AnswerRe: Silverlight and data access Pin
Pete O'Hanlon2-Nov-08 11:03
mvePete O'Hanlon2-Nov-08 11:03 
GeneralRe: Silverlight and data access Pin
wolfbinary3-Nov-08 3:08
wolfbinary3-Nov-08 3:08 
GeneralRe: Silverlight and data access Pin
Pete O'Hanlon3-Nov-08 3:27
mvePete O'Hanlon3-Nov-08 3:27 
GeneralRe: Silverlight and data access Pin
wolfbinary3-Nov-08 3:30
wolfbinary3-Nov-08 3:30 
Questionopen aspx page inside Silverlight? Pin
BRY2830-Oct-08 3:31
BRY2830-Oct-08 3:31 
AnswerRe: open aspx page inside Silverlight? Pin
salon7-Nov-08 3:09
salon7-Nov-08 3:09 
QuestionWCF - How to generate a proxy class from a WSDL... Pin
Edmundisme29-Oct-08 15:25
Edmundisme29-Oct-08 15:25 
AnswerRe: WCF - How to generate a proxy class from a WSDL... Pin
Jammer29-Oct-08 23:26
Jammer29-Oct-08 23:26 
GeneralRe: WCF - How to generate a proxy class from a WSDL... Pin
Edmundisme30-Oct-08 8:15
Edmundisme30-Oct-08 8:15 
GeneralRe: WCF - How to generate a proxy class from a WSDL... Pin
Edmundisme30-Oct-08 9:58
Edmundisme30-Oct-08 9:58 

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.