Hi all,
i created a motion detection project and i would like to save in a notepad the date and the time that a motion detected?
Any suggestions? what do i have to read and search?
Thanks a lot!
Printable View
Hi all,
i created a motion detection project and i would like to save in a notepad the date and the time that a motion detected?
Any suggestions? what do i have to read and search?
Thanks a lot!
If you want you can do that with a streamwriter, and just write to a file in a location that you want..
Or you can use the My.Application.Log...
thanks mickey for the help i used streamwriter and it works perfect!