Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
Questionkeybd_event for .NET? Pin
Alvaro Mendez8-Apr-03 9:36
Alvaro Mendez8-Apr-03 9:36 
AnswerRe: keybd_event for .NET? Pin
J. Dunlap8-Apr-03 9:38
J. Dunlap8-Apr-03 9:38 
GeneralRe: keybd_event for .NET? Pin
Alvaro Mendez8-Apr-03 11:08
Alvaro Mendez8-Apr-03 11:08 
AnswerRe: keybd_event for .NET? Pin
Katalyst8-Apr-03 10:11
Katalyst8-Apr-03 10:11 
GeneralRe: keybd_event for .NET? Pin
Alvaro Mendez8-Apr-03 11:07
Alvaro Mendez8-Apr-03 11:07 
GeneralFound it! Pin
Alvaro Mendez8-Apr-03 11:34
Alvaro Mendez8-Apr-03 11:34 
GeneralRe: Found it! Pin
Paresh Gheewala8-Apr-03 12:30
Paresh Gheewala8-Apr-03 12:30 
GeneralRe: Found it! Pin
Leon van Wyk10-Apr-03 2:05
professionalLeon van Wyk10-Apr-03 2:05 
QuestionVersion Management Help... can i use TCL\tk and c#? Pin
se99ts8-Apr-03 9:24
se99ts8-Apr-03 9:24 
AnswerRe: Version Management Help... can i use TCL\tk and c#? Pin
Jerry Dennany8-Apr-03 13:06
Jerry Dennany8-Apr-03 13:06 
GeneralIDocHostUIHandler problem...ARRGGH..help needed! Pin
LongRange.Shooter8-Apr-03 7:31
LongRange.Shooter8-Apr-03 7:31 
GeneralRe: IDocHostUIHandler problem...ARRGGH..help needed! Pin
Stephane Rodriguez.8-Apr-03 10:46
Stephane Rodriguez.8-Apr-03 10:46 
GeneralRe: IDocHostUIHandler problem...ARRGGH..help needed! Pin
LongRange.Shooter9-Apr-03 4:42
LongRange.Shooter9-Apr-03 4:42 
GeneralMemo field bug Pin
alegt8-Apr-03 7:01
alegt8-Apr-03 7:01 
GeneralCreating a deep copy of an ArrayList Pin
monrobot138-Apr-03 6:41
monrobot138-Apr-03 6:41 
GeneralRe: Creating a deep copy of an ArrayList Pin
Daniel Turini8-Apr-03 6:54
Daniel Turini8-Apr-03 6:54 
GeneralRe: Creating a deep copy of an ArrayList Pin
monrobot138-Apr-03 7:27
monrobot138-Apr-03 7:27 
QuestionHow to set the TIMEOUT property of WebClient class??? Pin
Small Rat8-Apr-03 6:35
Small Rat8-Apr-03 6:35 
AnswerRe: How to set the TIMEOUT property of WebClient class??? Pin
Chris Jobson8-Apr-03 8:46
Chris Jobson8-Apr-03 8:46 
GeneralRe: How to set the TIMEOUT property of WebClient class??? Pin
Small Rat8-Apr-03 13:03
Small Rat8-Apr-03 13:03 
GeneralRe: How to set the TIMEOUT property of WebClient class??? Pin
Chris Jobson9-Apr-03 7:58
Chris Jobson9-Apr-03 7:58 
Sorry, I thought that WebClient had a way to access the WebRequest that it was using internally - but I was wrong, so maybe you will have to use WebRequest/WebResponseFrown | :(

The only other idea I have is that if you know in advance the URLs you will be accessing you could use WebRequest.RegisterPrefix to register a class of your own (for just the URL you want) that implements the IWebRequestCreate interface, and that class could return an instance of one of the standard WebRequest objects (e.g. an HttpWebRequest) with the timeout set to whatever you want. See the web page I referenced in my previous answer for more details. However, I must stress that I haven't tried this, and it's based only on my understanding of the information on the www.dotgnu.org website.

Good luck!

Chris Jobson
Generalsystem.web.mail question Pin
ekuhner8-Apr-03 6:00
ekuhner8-Apr-03 6:00 
GeneralRe: system.web.mail question Pin
Jody Bell8-Apr-03 9:28
Jody Bell8-Apr-03 9:28 
GeneralRe: system.web.mail question Pin
Leon van Wyk10-Apr-03 2:09
professionalLeon van Wyk10-Apr-03 2:09 
GeneralFormating the xml-output from a DataSet Pin
Knappen8-Apr-03 5:33
Knappen8-Apr-03 5:33 

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.