M
Mr Sparkles
Heya Everyone,
I am currently creating an application audit system that will log how
much use an application will be used by employees of my company, and
the type of features they use...so I wanted to have a .NET program or
service running in the background that would log what actions they
perform in specified applications and update our main database...but I
am running into problems trapping the events of when people click on
buttons etc.,
I can currently trap where the mouse is on the screen and do a dodgy
report, but it is limited by many other extenuating factors so...
What I am looking for a way to trap another Window's message events.
I.e., I want to create a program that will log when someone clicks on
a specified application's button, or find out when someone changes the
selection from a listbox...
I don't know if this is at all possible. I have tried subclassing
examples, but they never work or lock up my machine and only seem to
want to subclass on an application form, but I wqant to go down to the
level of the controls
Does anyone know of any C#, VB.NET or even VB6 source code that can do
this or could possibly point me in the right direction..
Thanks in advance and keep up the good work
I am currently creating an application audit system that will log how
much use an application will be used by employees of my company, and
the type of features they use...so I wanted to have a .NET program or
service running in the background that would log what actions they
perform in specified applications and update our main database...but I
am running into problems trapping the events of when people click on
buttons etc.,
I can currently trap where the mouse is on the screen and do a dodgy
report, but it is limited by many other extenuating factors so...
What I am looking for a way to trap another Window's message events.
I.e., I want to create a program that will log when someone clicks on
a specified application's button, or find out when someone changes the
selection from a listbox...
I don't know if this is at all possible. I have tried subclassing
examples, but they never work or lock up my machine and only seem to
want to subclass on an application form, but I wqant to go down to the
level of the controls
Does anyone know of any C#, VB.NET or even VB6 source code that can do
this or could possibly point me in the right direction..
Thanks in advance and keep up the good work