Click here to Skip to main content
15,905,967 members
Home / Discussions / C#
   

C#

 
GeneralRe: Trying to understand DataSet and XML Pin
Adam °Wimsatt18-May-04 5:29
Adam °Wimsatt18-May-04 5:29 
GeneralRe: Trying to understand DataSet and XML Pin
Heath Stewart18-May-04 5:31
protectorHeath Stewart18-May-04 5:31 
GeneralRe: Trying to understand DataSet and XML Pin
Adam °Wimsatt18-May-04 5:37
Adam °Wimsatt18-May-04 5:37 
GeneralAutoPostBack Pin
gmhanna18-May-04 4:41
gmhanna18-May-04 4:41 
GeneralRe: AutoPostBack Pin
Heath Stewart18-May-04 5:18
protectorHeath Stewart18-May-04 5:18 
Questiondo i use crystal reports or sql2000 reporting services? Pin
robmays18-May-04 4:04
robmays18-May-04 4:04 
AnswerRe: do i use crystal reports or sql2000 reporting services? Pin
Heath Stewart18-May-04 4:35
protectorHeath Stewart18-May-04 4:35 
GeneralRe: do i use crystal reports or sql2000 reporting services? Pin
Guillermo Rivero18-May-04 5:55
Guillermo Rivero18-May-04 5:55 
GeneralC# and file access permission failures on Windows 2000 Pin
Parrish18-May-04 1:55
Parrish18-May-04 1:55 
GeneralRe: C# and file access permission failures on Windows 2000 Pin
Dave Kreskowiak18-May-04 2:51
mveDave Kreskowiak18-May-04 2:51 
GeneralRe: C# and file access permission failures on Windows 2000 Pin
Parrish18-May-04 4:12
Parrish18-May-04 4:12 
GeneralRe: C# and file access permission failures on Windows 2000 Pin
Heath Stewart18-May-04 3:59
protectorHeath Stewart18-May-04 3:59 
GeneralRe: C# and file access permission failures on Windows 2000 Pin
Parrish18-May-04 4:17
Parrish18-May-04 4:17 
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 
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 

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.