Anyway to find out the current Windows is in lock mode?
- by David.Chu.ca
I have a windows application written in VS 2005. The application makes queries against to sql database in a timer cycle every 2 minutes. If there any data changes, the window will be refreshed with new data.
If the user leaves the window, the windows will be automatically locked after a while. There is no sense to keep querying data in ever 2…