Active-Window-Logger
Active-Window-Logger copied to clipboard
Make configurable from the GUI, the minimum runtime threshold to log a window as active
This is phase 2 of the Epic to support a minimum run-time threshold to log active windows. (foreground windows active for a period shorter than the threshold are not logged.)
Phase1 handled in issue #18 and fixed.
References for easily storing/retrieving app settings:
- https://msdn.microsoft.com/en-us/library/a65txexh.aspx?f=255&MSPPError=-2147217396
- https://msdn.microsoft.com/en-us/library/fwc80dzb.aspx
- http://www.dondraper.com/2011/01/easily-save-and-retrieve-application-and-user-settings-in-vb-net-or-c-apps/