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

C#

 
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 
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 
Hey!! Big Grin | :-D

That is exactly the first thing that i came up with before I figured out how to do Thread<->Winforms properly.

However this is a different problem - there is no WndProc to override.

I decided to put the poller on a seperate thread because polling the server can really delay application startup. The application is running from an ApplicationContext. The Init method of the app context calls the Updater.Check() method, which attaches an event handler, kicks off the poller thread, and continues. When the event is fired the handler will execute on the same thread as the poller. This will not work for me because I have no idea how long the update will take. Btw, I have the downloader run on its own thread. Obviously, using the event will not work.
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 
GeneralRe: help Me pplease Pin
leppie25-Jul-03 12:59
leppie25-Jul-03 12:59 
GeneralRe: help Me pplease Pin
jphuphilly28-Jul-03 8:41
jphuphilly28-Jul-03 8:41 

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.