Click here to Skip to main content
16,008,010 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: DirectX vs XNA Pin
Pete O'Hanlon8-Apr-08 2:03
mvePete O'Hanlon8-Apr-08 2:03 
GeneralRe: DirectX vs XNA Pin
Jammer8-Apr-08 3:47
Jammer8-Apr-08 3:47 
GeneralRe: DirectX vs XNA Pin
Pete O'Hanlon8-Apr-08 4:22
mvePete O'Hanlon8-Apr-08 4:22 
GeneralRe: DirectX vs XNA Pin
Yoyosch8-Apr-08 3:18
Yoyosch8-Apr-08 3:18 
GeneralRe: DirectX vs XNA Pin
Pete O'Hanlon8-Apr-08 3:26
mvePete O'Hanlon8-Apr-08 3:26 
GeneralRe: DirectX vs XNA Pin
Yoyosch8-Apr-08 3:36
Yoyosch8-Apr-08 3:36 
GeneralSilverlight 2 and marshalling calls to the UI thread Pin
martin_hughes8-Apr-08 0:39
martin_hughes8-Apr-08 0:39 
GeneralRe: Silverlight 2 and marshalling calls to the UI thread Pin
Michael Sync9-Apr-08 18:21
Michael Sync9-Apr-08 18:21 
martin_hughes wrote:
I finally discovered how to marshal calls to the UI thread using the dispatcher object - and it turns out the whole process will be familiar to anyone who has done the same with Winforms:


Great! thanks for sharing..

Some from SL forum shares the following code too. Ref http://silverlight.net/forums/p/665/1129.aspx[^]

new Thread(()=> {
mySilverlightTextBlock.Dispatcher.BeginInvoke(()=> mySilverlightTextBlock.Text = "Updated from a non-UI thread.");
}).Start();

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: Silverlight 2 and marshalling calls to the UI thread Pin
Pete O'Hanlon9-Apr-08 22:27
mvePete O'Hanlon9-Apr-08 22:27 
GeneralRe: no Pin
pratap21b4u28-Apr-08 13:56
pratap21b4u28-Apr-08 13:56 
GeneralRe: no Pin
Pete O'Hanlon28-Apr-08 22:05
mvePete O'Hanlon28-Apr-08 22:05 
GeneralRe: Silverlight 2 and marshalling calls to the UI thread Pin
Mark Salsbery4-May-08 7:15
Mark Salsbery4-May-08 7:15 
QuestionHow to set bitmap on a button control? Pin
bankey10107-Apr-08 21:30
bankey10107-Apr-08 21:30 
AnswerRe: How to set bitmap on a button control? Pin
Pete O'Hanlon7-Apr-08 22:23
mvePete O'Hanlon7-Apr-08 22:23 
AnswerRe: How to set bitmap on a button control? Pin
User 2710098-Apr-08 3:19
User 2710098-Apr-08 3:19 
JokeRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 3:36
mvePete O'Hanlon8-Apr-08 3:36 
GeneralRe: How to set bitmap on a button control? Pin
User 2710098-Apr-08 3:43
User 2710098-Apr-08 3:43 
GeneralRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 4:22
mvePete O'Hanlon8-Apr-08 4:22 
GeneralRe: How to set bitmap on a button control? Pin
User 2710098-Apr-08 4:24
User 2710098-Apr-08 4:24 
GeneralRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 4:33
mvePete O'Hanlon8-Apr-08 4:33 
GeneralRe: How to set bitmap on a button control? Pin
User 2710098-Apr-08 4:40
User 2710098-Apr-08 4:40 
GeneralRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 4:50
mvePete O'Hanlon8-Apr-08 4:50 
GeneralWPF, Expression Blend and C++ Pin
TragicComic6-Apr-08 17:10
TragicComic6-Apr-08 17:10 
GeneralRe: WPF, Expression Blend and C++ Pin
Jammer7-Apr-08 1:34
Jammer7-Apr-08 1:34 
GeneralRe: WPF, Expression Blend and C++ Pin
Jammer7-Apr-08 1:44
Jammer7-Apr-08 1:44 

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.