Click here to Skip to main content
16,011,868 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.Drawing from web Pin
Alex Korchemniy25-Jul-03 10:02
Alex Korchemniy25-Jul-03 10:02 
GeneralRe: System.Drawing from web Pin
Steve McLenithan25-Jul-03 10:04
Steve McLenithan25-Jul-03 10:04 
GeneralReadXML to dataset has problem with "&" inside the xml file Pin
johnxt25-Jul-03 8:52
johnxt25-Jul-03 8:52 
GeneralRe: ReadXML to dataset has problem with "&" inside the xml file Pin
Alex Korchemniy25-Jul-03 9:08
Alex Korchemniy25-Jul-03 9:08 
GeneralRe: ReadXML to dataset has problem with "&" inside the xml file Pin
Radoslav Bielik27-Jul-03 11:15
Radoslav Bielik27-Jul-03 11:15 
GeneralRe: ReadXML to dataset has problem with "&" inside the xml file Pin
Radoslav Bielik27-Jul-03 11:21
Radoslav Bielik27-Jul-03 11:21 
GeneralRe: ReadXML to dataset has problem with "&" inside the xml file Pin
johnxt27-Jul-03 17:38
johnxt27-Jul-03 17:38 
GeneralThread communication Pin
Alex Korchemniy25-Jul-03 8:48
Alex Korchemniy25-Jul-03 8:48 
I have an update polling task on a thread that checks an internet server for updates. If an update is available it fires an event. It turns out that the event handler gets executed on the same thread as the task (sound logical).

BUT

I need the polling thread to die and the handler method to execute on the main thread. How can I do this?

I had a similar problem with Threads and Winforms. Only the owner thread can interact with the control. The solution to that one was a simple Control.Invoke().
GeneralRe: Thread communication Pin
albean25-Jul-03 9:31
albean25-Jul-03 9:31 
GeneralRe: Thread communication Pin
Alex Korchemniy25-Jul-03 9:44
Alex Korchemniy25-Jul-03 9:44 
GeneralRe: Thread communication Pin
Arun Bhalla25-Jul-03 10:47
Arun Bhalla25-Jul-03 10:47 
GeneralRe: Thread communication Pin
albean25-Jul-03 10:59
albean25-Jul-03 10:59 
GeneralRe: Thread communication Pin
Arun Bhalla25-Jul-03 11:17
Arun Bhalla25-Jul-03 11:17 
GeneralRe: Thread communication Pin
albean25-Jul-03 11:32
albean25-Jul-03 11:32 
GeneralRe: Thread communication Pin
Alex Korchemniy25-Jul-03 15:10
Alex Korchemniy25-Jul-03 15:10 
GeneralRe: Thread communication Pin
Arun Bhalla28-Jul-03 8:55
Arun Bhalla28-Jul-03 8:55 
GeneralRe: Thread communication Pin
albean25-Jul-03 11:20
albean25-Jul-03 11:20 
GeneralOne Tuff Cookie Pin
RB@Emphasys25-Jul-03 7:54
RB@Emphasys25-Jul-03 7:54 
GeneralRe: One Tuff Cookie Pin
Jim Stewart25-Jul-03 8:44
Jim Stewart25-Jul-03 8:44 
GeneralRe: One Tuff Cookie Pin
RB@Emphasys25-Jul-03 8:50
RB@Emphasys25-Jul-03 8:50 
GeneralProblems registering a .NET class library in COM+ Pin
IsaacB25-Jul-03 7:38
IsaacB25-Jul-03 7:38 
Generalhelp Me pplease Pin
jphuphilly25-Jul-03 7:36
jphuphilly25-Jul-03 7:36 
GeneralRe: help Me pplease Pin
albean25-Jul-03 8:23
albean25-Jul-03 8:23 
GeneralRe: help Me pplease Pin
jphuphilly25-Jul-03 11:50
jphuphilly25-Jul-03 11:50 
GeneralRe: help Me pplease Pin
albean25-Jul-03 12:18
albean25-Jul-03 12:18 

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.