No announcements
Found 1647936 threads
-
0 Votes
Question about UI Thread Invoking
-known taboo to manage UI objects on a non-UI thread, so I need to create a new Form on a UI Thread. However, there's no UI control object I can ...Answered | 1 Replies | 2734 Views | Created by nivanov - Monday, August 13, 2007 2:50 PM | Last reply by Anthony Bellissimo - Monday, August 13, 2007 3:04 PM -
2 Votes
About updating UI thread
Hello, if Main.cs is a code behind of a Window or Usercontrol, it's executed into UI Thread and you don't need to add a dispatcher. In general, ...Answered | 1 Replies | 559 Views | Created by Clint William Theron - Thursday, February 19, 2015 7:36 AM | Last reply by cedric pautet - Thursday, February 19, 2015 7:52 AM -
7 Votes
Question about cross thread access and UI thread
its internals. so yours was more relevant. I truly think that is the answer for my question, because I am asking about cross ...Answered | 20 Replies | 3887 Views | Created by kalamantina - Tuesday, September 27, 2011 6:06 PM | Last reply by Mike Dos Zhang - Tuesday, October 4, 2011 4:49 AM -
0 Votes
Invoking the UI thread with a callback
under the UI thread I can just use: MyForm.Invoke(MyDelegate) My question is: how can I supply a callback method to Form.Invoke so ...Proposed | 3 Replies | 8149 Views | Created by Paulustrious - Saturday, November 20, 2010 11:13 PM | Last reply by Jerry S Fang - Tuesday, December 7, 2010 12:32 AM -
0 Votes
UI Thread Question
another thread because it could be time consuming. My question is: Can I have my new thread update the data objects directly or must than occur on the UI ...Answered | 7 Replies | 4751 Views | Created by emanon - Thursday, October 18, 2007 2:23 PM | Last reply by Zhou Yong - Friday, October 19, 2007 8:11 AM -
0 Votes
Thread.Sleep anomaly?
. It does this by invoking (Using Control.Invoke) methods in the UserControl's UI thread. This all works fine. Every iteration of the ...Answered | 3 Replies | 1777 Views | Created by marshallartsoz - Tuesday, April 17, 2012 8:01 AM | Last reply by Miguel Fernández Corral - Tuesday, April 17, 2012 8:19 AM -
0 Votes
Invoking operations on the main ui thread?
;. In this way, the action invoking become "COM call" on the service, and they are executed in the main thread. About how to provide a service, ...Unanswered | 12 Replies | 7435 Views | Created by MatsNilsson - Monday, March 15, 2010 11:49 PM | Last reply by Constantin Boscenco - Monday, July 5, 2010 9:34 PM -
0 Votes
Invoking code in the IE's UI thread
I am writing a BHO for Internet explorer. At initialization, I start a new thread. At some point, in this thread, I want to execute a chunk of code in the main UI ...Unanswered | 2 Replies | 4202 Views | Created by PiePie - Saturday, June 23, 2007 1:57 AM | Last reply by PiePie - Wednesday, June 27, 2007 9:09 PM -
4 Votes
Question about deleted thread
I believe I see the post here: http://social.msdn.microsoft.com/Forums/en-USAnswered | 7 Replies | 1704 Views | Created by SamuelCahyawijaya - Friday, June 7, 2013 1:42 PM | Last reply by SamuelCahyawijaya - Saturday, June 8, 2013 4:57 PM -
0 Votes
Question about Thread (Multitasking)
Is ThreadFunc a static method? It cannot be an instance method of the dialog class. Also, from a non-UI thread, you should not attempt to access the dialog control ...Answered | 4 Replies | 4750 Views | Created by Student_I - Wednesday, March 8, 2006 1:36 PM | Last reply by Student_I - Wednesday, March 8, 2006 3:33 PM -
0 Votes
about Cross Thread question
Using async programming patterns. By using async patterns you can eliminate most explicit cross thread calls. There are alsoAnswered | 2 Replies | 2008 Views | Created by BUFFER_SIZE - Thursday, February 16, 2012 7:25 AM | Last reply by BUFFER_SIZE - Monday, March 5, 2012 9:04 AM -
0 Votes
Question about settings UI
created an AppBar that contains the settings UI. Will I be penalized on this when I submit my application for certification? I've seen some application in the store that have ...Answered | 1 Replies | 878 Views | Created by Jim Young (Level6 Productions) - Monday, January 20, 2014 3:26 PM | Last reply by Rob Caplan [MSFT] - Monday, January 20, 2014 4:05 PM -
0 Votes
Question about UI layer
ADO.Nets dbconnection , dbcommand... if there is going to be very less business logic and much of the code is going to just show different query data in the UI .. you can consider the DTO ...Unanswered | 4 Replies | 6876 Views | Created by 0to60 - Friday, October 6, 2006 12:53 PM | Last reply by Hanspeter - Monday, October 9, 2006 8:05 AM -
1 Votes
Invoking a form to Update UI from another class thread
I think you need a bit more encapsulation: Have the thread call UpdateUI directly on the correct form. Have the standard pattern UI Invoke pattern encapsulated ...Answered | 4 Replies | 3645 Views | Created by Leedo - Tuesday, August 19, 2008 2:42 PM | Last reply by SJWhiteley - Tuesday, August 19, 2008 8:06 PM -
0 Votes
Cross Thread Invoking
I'm not sure about what you mean with "thread safe" in this context... anyway, using a lambda is exactly the same as using an anonymous method, which in turn is the ...Answered | 4 Replies | 2821 Views | Created by w1z8yte - Sunday, November 1, 2009 1:34 PM | Last reply by w1z8yte - Sunday, November 1, 2009 5:52 PM -
0 Votes
UI Thread
It is not treated differently, it behaves just like any other thread in Windows. It is what you do in a UI thread that makes it special. Particularly creating a ...Answered | 2 Replies | 2937 Views | Created by Entry level - Saturday, August 22, 2009 7:45 AM | Last reply by nobugz - Saturday, August 22, 2009 10:07 AM -
0 Votes
Dispatcher.BeingInvoke and the UI Thread Question
I'm relatively new to UI programming and I have a quick question. I've written the following method which will update a UI control and it could be called from ...Answered | 1 Replies | 4362 Views | Created by MSDN_Forums_User - Wednesday, June 18, 2008 2:44 PM | Last reply by Yi-Lun Luo - Friday, June 20, 2008 3:48 AM -
0 Votes
Question about thread exit code and thread handle value
. About exit code, I have make it clear. About thread id and exit code, I have another question. In my app, I create four ...Answered | 2 Replies | 11675 Views | Created by enrico00 - Monday, September 1, 2008 10:52 AM | Last reply by enrico00 - Thursday, September 4, 2008 2:56 PM -
0 Votes
Events, Threading, Cross Thread Invoking...
i'm thinking about it more twisted than I should but it seems that without threads I have to wait for a signal in order to send a signal. Class - Thread ...Answered | 7 Replies | 4290 Views | Created by JaedenRuiner - Wednesday, April 15, 2009 4:09 PM | Last reply by JaedenRuiner - Friday, April 24, 2009 4:56 PM -
0 Votes
is shcore.dll thread UI thread?
Yes. Your UI events (such as Click, Pointer events, etc.) will occur in the UI thread. --RobAnswered | 1 Replies | 3562 Views | Created by Helin Wang - Friday, November 16, 2012 10:24 PM | Last reply by Rob Caplan [MSFT] - Friday, November 16, 2012 11:28 PM - Items 1 to 20 of 1647936 Next ›
No announcements