Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
GeneralTimeOut exception with HttpWebRequest.getResponse but not with IE Pin
Jason Manfield7-Jul-05 10:48
Jason Manfield7-Jul-05 10:48 
GeneralRe: TimeOut exception with HttpWebRequest.getResponse but not with IE Pin
squawk7-Jul-05 16:36
squawk7-Jul-05 16:36 
GeneralRe: TimeOut exception with HttpWebRequest.getResponse but not with IE Pin
Dave Kreskowiak8-Jul-05 4:00
mveDave Kreskowiak8-Jul-05 4:00 
GeneralRe: TimeOut exception with HttpWebRequest.getResponse but not with IE Pin
squawk11-Jul-05 18:02
squawk11-Jul-05 18:02 
GeneralRe: TimeOut exception with HttpWebRequest.getResponse but not with IE Pin
Dave Kreskowiak12-Jul-05 1:05
mveDave Kreskowiak12-Jul-05 1:05 
Generalcrystal report pictures Pin
kornstyle7-Jul-05 8:50
kornstyle7-Jul-05 8:50 
GeneralGlobally intercepting keyboard events and blocking them if required Pin
Florian Albrechtskirchinger7-Jul-05 8:39
Florian Albrechtskirchinger7-Jul-05 8:39 
GeneralRe: Globally intercepting keyboard events and blocking them if required Pin
Dave Kreskowiak7-Jul-05 9:54
mveDave Kreskowiak7-Jul-05 9:54 
I've done something kind of similar to what your thinking of. I did it in C++ though. I found it much easier than trying to Interop the thing. You'll also be able to rebuild/customize keyboard messages easier too. If you want to eat a keyboard message, it's easy enough. You just don't pass it up the hook chain when you're done processing it, if any.

Global, low-level hooks, can be in an .EXE and still work. The latest example I used of this was to eat any Windows key message. (This effectively disables hitting Windows-E and starting Explorer, even though Group Policy disabled running it!)

You're only problem, that I see, is going to be maintaining control of focus while you send keyboard messages around.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Globally intercepting keyboard events and blocking them if required Pin
Florian Albrechtskirchinger8-Jul-05 2:57
Florian Albrechtskirchinger8-Jul-05 2:57 
GeneralRe: Globally intercepting keyboard events and blocking them if required Pin
Dave Kreskowiak8-Jul-05 3:55
mveDave Kreskowiak8-Jul-05 3:55 
GeneralRe: Globally intercepting keyboard events and blocking them if required Pin
Florian Albrechtskirchinger9-Jul-05 4:30
Florian Albrechtskirchinger9-Jul-05 4:30 
GeneralRe: Globally intercepting keyboard events and blocking them if required Pin
Florian Albrechtskirchinger13-Jul-05 7:43
Florian Albrechtskirchinger13-Jul-05 7:43 
QuestionTimeSpans as Int's? Pin
YawgmothIII7-Jul-05 5:48
YawgmothIII7-Jul-05 5:48 
AnswerRe: TimeSpans as Int's? Pin
leppie7-Jul-05 6:00
leppie7-Jul-05 6:00 
QuestionIs Someone aware of this Error? Pin
just4ulove77-Jul-05 5:45
just4ulove77-Jul-05 5:45 
AnswerRe: Is Someone aware of this Error? Pin
Alomgir Miah7-Jul-05 5:57
Alomgir Miah7-Jul-05 5:57 
GeneralRe: Is Someone aware of this Error? Pin
just4ulove77-Jul-05 7:48
just4ulove77-Jul-05 7:48 
GeneralRe: Is Someone aware of this Error? Pin
Guffa7-Jul-05 7:55
Guffa7-Jul-05 7:55 
GeneralRe: Is Someone aware of this Error? Pin
just4ulove77-Jul-05 7:59
just4ulove77-Jul-05 7:59 
GeneralRe: Is Someone aware of this Error? Pin
Guffa7-Jul-05 8:20
Guffa7-Jul-05 8:20 
GeneralRe: Is Someone aware of this Error? Pin
Dave Kreskowiak7-Jul-05 8:02
mveDave Kreskowiak7-Jul-05 8:02 
GeneralRe: Is Someone aware of this Error? Pin
just4ulove77-Jul-05 8:06
just4ulove77-Jul-05 8:06 
GeneralRe: Is Someone aware of this Error? Pin
Dave Kreskowiak7-Jul-05 9:45
mveDave Kreskowiak7-Jul-05 9:45 
AnswerRe: Is Someone aware of this Error? Pin
Guffa7-Jul-05 6:25
Guffa7-Jul-05 6:25 
GeneralDataTable Tree Question Pin
Markus1980Wien7-Jul-05 4:46
Markus1980Wien7-Jul-05 4:46 

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.