Click here to Skip to main content
15,887,337 members
Home / Discussions / C#
   

C#

 
GeneralRe: Property values from loaded process Pin
Rocky Moore14-Jul-03 23:29
Rocky Moore14-Jul-03 23:29 
GeneralRe: Property values from loaded process Pin
Shaun Becker15-Jul-03 0:34
Shaun Becker15-Jul-03 0:34 
GeneralRe: Property values from loaded process Pin
Rocky Moore15-Jul-03 2:48
Rocky Moore15-Jul-03 2:48 
GeneralRe: Property values from loaded process Pin
Shaun Becker15-Jul-03 3:46
Shaun Becker15-Jul-03 3:46 
GeneralRe: Property values from loaded process Pin
Rocky Moore15-Jul-03 13:18
Rocky Moore15-Jul-03 13:18 
GeneralRe: Property values from loaded process Pin
Shaun Becker15-Jul-03 15:00
Shaun Becker15-Jul-03 15:00 
QuestionNon-threaded WebRequest? Pin
Arun Bhalla14-Jul-03 14:38
Arun Bhalla14-Jul-03 14:38 
AnswerRe: Non-threaded WebRequest? Pin
Arun Bhalla15-Jul-03 15:51
Arun Bhalla15-Jul-03 15:51 
Argh. Reflector confirms what I suspected, that WebClient and WebRequest.GetResponse() both depend on WebRequest.BeginGetResponse(), which requires at least two free threads in the system threadpool.

That's pretty annoying. But not as annoying as how WebClient and WebRequest/WebResponse don't have a satisfactory overlap in power. WebClient makes certain common things easy, like POSTing data. WebRequest/WebResponse allow for certain things like changing the TransferEncoding or setting timeouts, but then I have to write my own UploadValues() for WebResponse, and all of the URL encoding functions are private. Useless!
Generalcreating a dialoge box in c# Pin
Asim N.14-Jul-03 14:37
Asim N.14-Jul-03 14:37 
GeneralRe: creating a dialoge box in c# Pin
Jim Stewart14-Jul-03 15:11
Jim Stewart14-Jul-03 15:11 
GeneralRe: creating a dialoge box in c# Pin
Member 7681715-Jul-03 12:41
Member 7681715-Jul-03 12:41 
GeneralOnIdle() - how do I override it in C#. Pin
mcgahanfl14-Jul-03 13:05
mcgahanfl14-Jul-03 13:05 
GeneralRe: OnIdle() - how do I override it in C#. Pin
Jim Stewart14-Jul-03 14:59
Jim Stewart14-Jul-03 14:59 
GeneralRe: OnIdle() - how do I override it in C#. Pin
mcgahanfl15-Jul-03 7:50
mcgahanfl15-Jul-03 7:50 
GeneralRe: OnIdle() - how do I override it in C#. Pin
Jim Stewart15-Jul-03 8:57
Jim Stewart15-Jul-03 8:57 
GeneralDirectShow and C# Pin
Brian JR14-Jul-03 11:37
Brian JR14-Jul-03 11:37 
GeneralRe: DirectShow and C# Pin
Mazdak14-Jul-03 11:52
Mazdak14-Jul-03 11:52 
GeneralRe: DirectShow and C# Pin
Brian JR14-Jul-03 16:07
Brian JR14-Jul-03 16:07 
GeneralRe: DirectShow and C# Pin
Mazdak14-Jul-03 20:30
Mazdak14-Jul-03 20:30 
GeneralRe: DirectShow and C# Pin
Brian JR15-Jul-03 7:52
Brian JR15-Jul-03 7:52 
GeneralRe: DirectShow and C# Pin
Brian JR15-Jul-03 8:57
Brian JR15-Jul-03 8:57 
GeneralRe: DirectShow and C# Pin
Brian JR17-Jul-03 9:03
Brian JR17-Jul-03 9:03 
GeneralRe: DirectShow and C# Pin
Brian JR15-Jul-03 8:04
Brian JR15-Jul-03 8:04 
GeneralRe: DirectShow and C# Pin
Brian JR15-Jul-03 8:50
Brian JR15-Jul-03 8:50 
QuestionHow can I Set a Key in a ImageList?? Pin
Acid197814-Jul-03 11:13
Acid197814-Jul-03 11:13 

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.