T
Tom
I have an application with hundreds of controls that has
an error that is difficult to reproduce. I would like to
instrument the software to trace everything the user does
so I can reproduce it. How can I write selected
information to a file each time the user uses ANY
control? (I mainly have buttons, textboxes and
comboboxes.) I would like to do this without explicitly
writing a handling routine for each control and also
without disturbing the handling routines that already
exist.
Thanks
an error that is difficult to reproduce. I would like to
instrument the software to trace everything the user does
so I can reproduce it. How can I write selected
information to a file each time the user uses ANY
control? (I mainly have buttons, textboxes and
comboboxes.) I would like to do this without explicitly
writing a handling routine for each control and also
without disturbing the handling routines that already
exist.
Thanks