schrute
How to capture all user actions in a winform application to store them in a log file?
this is my code. I am communicating serially with arduino. I am reading data from interface. and I want to save user movements to a log file as I explained above.
9 replies
How do I simulate the logs I keep?
c# windows form application.I have a serial communication. Data is constantly coming. I turn some keys on and off. I keep logs of all these movements. Then I want to watch as a simulation these logs in the same frame interface.
24 replies
How do I simulate the logs I keep?
i have winframe. I am reading data by serial communication. I keep this data in log records. I want to be able to simulate log records. For example, there is a serial communication interface where I turn the LED on and off. I did the on-off, on-off operation. I kept logs. Let me show them in the interface when I simulate it; when i pressed the on button when i pressed the off button
24 replies