Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralPocket PC 2002 and C# Pin
RobMenegon18-May-04 1:44
professionalRobMenegon18-May-04 1:44 
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 
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.

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. The windows messaging is for the gui/user interaction. The two have absolutely nothing in common other than running on Windows machines.

I hope I've cleared things up. If not, well.... ask! Wink | ;)


--
Joel Lucsy
GeneralRe: Question regarding the purpose of the global system hook Pin
Adam Goossens18-May-04 3:53
Adam Goossens18-May-04 3:53 
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 

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.