Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Pocket PC 2002 and C# Pin
Heath Stewart18-May-04 4:02
protectorHeath Stewart18-May-04 4:02 
GeneralRe: Pocket PC 2002 and C# Pin
RobMenegon18-May-04 11:46
professionalRobMenegon18-May-04 11:46 
GeneralRe: Pocket PC 2002 and C# Pin
Heath Stewart19-May-04 3:31
protectorHeath Stewart19-May-04 3:31 
GeneralRe: Pocket PC 2002 and C# Pin
RobMenegon19-May-04 11:15
professionalRobMenegon19-May-04 11:15 
GeneralQuestion regarding the purpose of the global system hook Pin
Adam Goossens18-May-04 1:29
Adam Goossens18-May-04 1:29 
GeneralRe: Question regarding the purpose of the global system hook Pin
Dave Kreskowiak18-May-04 2:48
mveDave Kreskowiak18-May-04 2:48 
GeneralRe: Question regarding the purpose of the global system hook Pin
Joel Lucsy18-May-04 3:38
Joel Lucsy18-May-04 3:38 
GeneralRe: Question regarding the purpose of the global system hook Pin
Adam Goossens18-May-04 3:53
Adam Goossens18-May-04 3:53 
Well, that's the thing, global hooks are using the "choke" points. Every app has its own message queue. Even threads have their own queue. The system itself has no queue. So, if you want to capture something globally, you have to put something into each app. No other way around it, unfortuneately.

Ah! That's what I was looking for Big Grin | :-D . I was under the impression the system would have it's own queue where the messages were received from the hardware, processed, and then dispatched to the appropriate process/thread. Since this isn't the case, the idea of inserting that code stub into each process to catch them makes sense. Fair enough.

Now, I'm not sure if this is a confusing point, but the "Messaging framework" is a different beast than "windows messaging". The messaging framework is a service that distribute messages using tcp/ip.

Whoops, that's me talking about things I know nothing about again! D'Oh! | :doh: I didn't know there was such a thing as the Messaging framework to be honest Wink | ;)

Kudos to both of you for the quick and detailed responses! Much appreciated!

This space for rent.
GeneralText editor using c# Pin
shajuMathew18-May-04 1:22
shajuMathew18-May-04 1:22 
GeneralRe: Text editor using c# Pin
Heath Stewart18-May-04 4:04
protectorHeath Stewart18-May-04 4:04 
GeneralRe: Text editor using c# Pin
leppie18-May-04 7:11
leppie18-May-04 7:11 
Questionhow to run the algorithm whose code is given in c# Pin
gcmishra18-May-04 1:08
gcmishra18-May-04 1:08 
AnswerRe: how to run the algorithm whose code is given in c# Pin
Colin Angus Mackay18-May-04 1:17
Colin Angus Mackay18-May-04 1:17 
GeneralAdding and Retriving Values From Registry Pin
Anonymous18-May-04 1:07
Anonymous18-May-04 1:07 
GeneralRe: Adding and Retriving Values From Registry Pin
Aryadip18-May-04 1:22
Aryadip18-May-04 1:22 
GeneralRe: Adding and Retriving Values From Registry Pin
johnny.vilhjalmsson18-May-04 2:32
johnny.vilhjalmsson18-May-04 2:32 
GeneralCustom project and custom code pages Pin
narada10818-May-04 1:07
narada10818-May-04 1:07 
GeneralRe: Custom project and custom code pages Pin
Dave Kreskowiak18-May-04 2:34
mveDave Kreskowiak18-May-04 2:34 
GeneralRe: Custom project and custom code pages Pin
Heath Stewart18-May-04 4:11
protectorHeath Stewart18-May-04 4:11 
GeneralRe: Custom project and custom code pages Pin
narada10818-May-04 5:40
narada10818-May-04 5:40 
GeneralRe: Custom project and custom code pages Pin
Heath Stewart18-May-04 5:46
protectorHeath Stewart18-May-04 5:46 
GeneralRe: Custom project and custom code pages Pin
narada10818-May-04 6:14
narada10818-May-04 6:14 
GeneralRe: Custom project and custom code pages Pin
Heath Stewart18-May-04 6:22
protectorHeath Stewart18-May-04 6:22 
GeneralRe: Custom project and custom code pages Pin
narada10818-May-04 6:29
narada10818-May-04 6:29 
GeneralRe: Custom project and custom code pages Pin
Heath Stewart18-May-04 6:39
protectorHeath Stewart18-May-04 6:39 

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.