Click here to Skip to main content
15,888,968 members
Home / Discussions / C#
   

C#

 
QuestionAm I doing it right? Pin
Li-kai Liu (Angus)31-Aug-02 17:50
Li-kai Liu (Angus)31-Aug-02 17:50 
GeneralIs it legal to use the Shell32.dll icons Pin
gekoscan31-Aug-02 14:49
gekoscan31-Aug-02 14:49 
GeneralRe: Is it legal to use the Shell32.dll icons Pin
ColinDavies31-Aug-02 15:38
ColinDavies31-Aug-02 15:38 
QuestionHow to use "win32_find_data" in C# or VB.net? Pin
Segal30-Aug-02 19:45
Segal30-Aug-02 19:45 
AnswerRe: How to use "win32_find_data" in C# or VB.net? Pin
leppie31-Aug-02 2:14
leppie31-Aug-02 2:14 
AnswerRe: How to use "win32_find_data" in C# or VB.net? Pin
leppie31-Aug-02 2:22
leppie31-Aug-02 2:22 
AnswerRe: How to use "win32_find_data" in C# or VB.net? Pin
leppie31-Aug-02 4:24
leppie31-Aug-02 4:24 
QuestionThreads vs. Async calls (delegate)? Pin
TigerNinja_30-Aug-02 7:38
TigerNinja_30-Aug-02 7:38 
Lets say I wanted to have a GUI application go out and get multiple stock quotes from many different sites. However, I would like each process to be independent of the other, because one website might not respond well. For example, I don't want the first process to hold up the others. I also will need some kind of response (write quote to GUI) from that process

Suppose I have a method GetQuote, and I want it to return the quote.

string GetQuote(string companySymbol, Uri siteToGetTheQuoteFrom)

Note: Thread does not necessarily mean the .NET object I am trying to use it in a general generic sense.

Thread1 -> GetQuote("ABC", http://www.nasdaq.com)
Thread2 -> GetQuote("MSFT", http://msnmoney.com)
Thread3 -> GetQuote("ACN", http://fool.com)

What approach would I take, using Threads or Async calls via delegates ?


Thanks in advance






Soliant | email
 
"The whole of science is nothing more than a refinement of everyday thinking." -Albert E.


AnswerRe: Threads vs. Async calls (delegate)? Pin
leppie30-Aug-02 7:45
leppie30-Aug-02 7:45 
GeneralRe: Threads vs. Async calls (delegate)? Pin
TigerNinja_30-Aug-02 8:57
TigerNinja_30-Aug-02 8:57 
GeneralRe: Threads vs. Async calls (delegate)? Pin
James T. Johnson30-Aug-02 9:03
James T. Johnson30-Aug-02 9:03 
GeneralCultureInfo could not be serialized by WebService Parameter, Pin
Chris Richner30-Aug-02 2:14
Chris Richner30-Aug-02 2:14 
GeneralAudio Output Pin
Nnamdi Onyeyiri30-Aug-02 1:42
Nnamdi Onyeyiri30-Aug-02 1:42 
GeneralRe: Audio Output Pin
Michael Mac30-Aug-02 2:10
Michael Mac30-Aug-02 2:10 
GeneralRe: Audio Output Pin
leppie30-Aug-02 2:48
leppie30-Aug-02 2:48 
GeneralRe: Audio Output Pin
Nnamdi Onyeyiri30-Aug-02 3:03
Nnamdi Onyeyiri30-Aug-02 3:03 
GeneralRe: Audio Output Pin
leppie30-Aug-02 3:50
leppie30-Aug-02 3:50 
GeneralBlinking in GDI+ Pin
Majid Shahabfar30-Aug-02 1:37
Majid Shahabfar30-Aug-02 1:37 
GeneralRe: Blinking in GDI+ Pin
Nnamdi Onyeyiri30-Aug-02 1:42
Nnamdi Onyeyiri30-Aug-02 1:42 
GeneralRe: Blinking in GDI+ Pin
Majid Shahabfar30-Aug-02 7:29
Majid Shahabfar30-Aug-02 7:29 
GeneralRe: Blinking in GDI+ Pin
Maciej Pirog30-Aug-02 7:48
Maciej Pirog30-Aug-02 7:48 
GeneralRe: Blinking in GDI+ Pin
Nnamdi Onyeyiri30-Aug-02 10:15
Nnamdi Onyeyiri30-Aug-02 10:15 
GeneralRe: Blinking in GDI+ Pin
Rocky Moore30-Aug-02 19:56
Rocky Moore30-Aug-02 19:56 
GeneralAdding items in Server Explorer Pin
suresh_sathya30-Aug-02 0:48
suresh_sathya30-Aug-02 0:48 
GeneralScript Pin
BLaZiNiX29-Aug-02 21:07
BLaZiNiX29-Aug-02 21:07 

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.