VPKSoft.Utils update
Hi,
First of all happy new year of 2016
I released an update to the VPKSoft.Utils to version 1.0.0.4.
Changelog
Added few new classes
- AppRunning - A way to detect if your application is already running using Mutex and an unique string.
- HumanActivity - A WinForm class for monitoring when a user goes idle (no mouse or keyboard activity in a given time).
- RemotingMessageServer, RemotingMessageClient - A simple implementation of .NET remoting (inter-process communication) using TCP protocol.
A sample application of RemotingMessageServer and RemotingMessageClient working together