Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
AnswerRe: Implementing API in C# Pin
Michael Sync8-Jul-07 21:03
Michael Sync8-Jul-07 21:03 
QuestionReading data from Excel [modified] Pin
JamesParsons8-Jul-07 20:34
JamesParsons8-Jul-07 20:34 
AnswerRe: Reading data from Excel Pin
Jimmanuel13-Jul-07 2:56
Jimmanuel13-Jul-07 2:56 
GeneralRe: Reading data from Excel Pin
JamesParsons1-Aug-07 13:58
JamesParsons1-Aug-07 13:58 
QuestionIs Switch internally eimplemnting If - Else? Pin
Blumen8-Jul-07 20:22
Blumen8-Jul-07 20:22 
AnswerRe: Is Switch internally eimplemnting If - Else? Pin
Paul Conrad13-Jul-07 12:07
professionalPaul Conrad13-Jul-07 12:07 
QuestionHi , How can Set the Parent of Control On Any Form to Desktop? Pin
CodeVarma8-Jul-07 19:33
CodeVarma8-Jul-07 19:33 
QuestionAsynchronous Web Search using Windows Live search API Pin
Zeeshan Reyaz8-Jul-07 19:31
Zeeshan Reyaz8-Jul-07 19:31 
I have written all the commands required to do live serach in a method.I am calling that method asynchronously using threads.Although I have created 20 threads and calling the search method from all these 20 threads.(It's Like If have a paragraph with 20 sentences, I want to call my search method 20 times asynchronously without waiting for first one to complete. )The problem is when I moniter my network traffic I can only see 2 connections to the server Instead of 20.Can anybody tell me what is the problem why I can't make 20 connections to MSN Live server.From my programs trace I can see that all 20 treads are being created and callback is also happening for all 20, but what I feel they all are using same 2 connections thus I can't see a boost in performance.
Note I am using synchronous version of MSN web Search method.
AnswerRe: Asynchronous Web Search using Windows Live search API Pin
Zeeshan Reyaz13-Jul-07 3:13
Zeeshan Reyaz13-Jul-07 3:13 
Questionmulti threading Pin
devesh_code8-Jul-07 19:31
devesh_code8-Jul-07 19:31 
AnswerRe: multi threading Pin
Nouman Bhatti8-Jul-07 19:44
Nouman Bhatti8-Jul-07 19:44 
GeneralRe: multi threading Pin
devesh_code8-Jul-07 21:26
devesh_code8-Jul-07 21:26 
AnswerRe: multi threading Pin
Michael Sync8-Jul-07 20:09
Michael Sync8-Jul-07 20:09 
AnswerRe: multi threading Pin
Hesham Yassin9-Jul-07 22:52
Hesham Yassin9-Jul-07 22:52 
Questionhow to get external ip of my system? Pin
anu818-Jul-07 19:24
anu818-Jul-07 19:24 
AnswerRe: how to get external ip of my system? Pin
Michael Sync8-Jul-07 20:08
Michael Sync8-Jul-07 20:08 
GeneralRe: how to get external ip of my system? Pin
anu818-Jul-07 21:33
anu818-Jul-07 21:33 
GeneralRe: how to get external ip of my system? Pin
Michael Sync9-Jul-07 15:48
Michael Sync9-Jul-07 15:48 
AnswerRe: how to get external ip of my system? Pin
Vikram A Punathambekar8-Jul-07 20:11
Vikram A Punathambekar8-Jul-07 20:11 
GeneralRe: how to get external ip of my system? Pin
ruanr8-Jul-07 22:46
ruanr8-Jul-07 22:46 
GeneralRe: how to get external ip of my system? Pin
Michael Sync9-Jul-07 15:48
Michael Sync9-Jul-07 15:48 
QuestionC# directX how to? Pin
mercenary018-Jul-07 19:00
mercenary018-Jul-07 19:00 
AnswerRe: C# directX how to? Pin
DMWhiteDragon8-Jul-07 19:10
DMWhiteDragon8-Jul-07 19:10 
QuestionC# ListBox Justify Text Pin
fjlv20058-Jul-07 17:51
fjlv20058-Jul-07 17:51 
AnswerRe: C# ListBox Justify Text [modified] Pin
DMWhiteDragon8-Jul-07 18:23
DMWhiteDragon8-Jul-07 18:23 

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.