24-Jan-2005 Version 1.7.19
- Improved: The Send/Receive data feature now works with non admin accounts (authenticated users is the minimum required right)
- Corrected: The admin mode no longer requires admin rights (as long as the service you wish to control can be controlled by a non admin user)
- Corrected: A minor memory leak when reading the service configuration
- Added: A SendDataTimeout property was added. 

2-Apr-2004 Version 1.6.17
- Added a SendData method and a ReceiveData event to allow easy communication between a client application and the service.

13-Jun-2002 Version 1.5.16
- Added a new StopServiceOnClose property. Setting this property to False will prevent the service from stopping when the window is closed
- Added TaskbarCreated event. The event is fired when the system tray is ready to accept new icons

03-May-2001 Version 1.4.15
- Added a new Description property to support the Description field available in Windows 2000 and Windows XP
- Change: The WaitHint property increments the service CheckPoint if it is set during a pending state

12-Dec-2000 Version 1.3.14
- Corrected a problem that caused the executable to stall if the program was launched in the foreground when an instance was already running as a service

14-Feb-2000 Version 1.2.12
- The product was renamed from Service-It Control to ServiceMill Control (the ocx file was not renamed)
- Corrected bug in the Control() handler. If a private control code (128 to 255) was sent to your service, the service was waiting for 10 seconds before completing the call.
- Added new event Logoff()

18-May-1999 Version 1.1.11
- svcit.ocx is now a separate module for Windows 95/98 and Windows NT/2000

16-May-1999 Version 1.1.10
- Corrected a problem that caused the control not to register properly under Windows 95/98

05-May-1999 Version 1.1.9
- Added: When the Install() method is called, required security privileges are automatically granted to the user account configured to start the service.

31-Oct-1998 Version 1.0.8
- Corrected a problem with the 'Dependencies' property. The property was ignored when the Install() method was called

21-Sep-1998 Version 1.0.7
- Corrected compil bug on x86 Demo version

14-Sep-1998 Version 1.0.6
- First public release

30-Aug-1998 Version 1.0.5
- Added support for local/remote administration (Install, Remove, Start, Stop, Pause) of any services
- Added new properties (Mode, ServiceExe and MachineName)
- Added new method IsAdmin()

08-Jul-1998 Version 1.0.4
- Removed auto start of service in debug mode, you now need to call the Start() method to start the service or right click -> Start
- Added a StartService parameter to the Install() Method
- Windows 95/98 support. The control will simulate Windows NT service manager calls under 95/98 (same as debug mode)

02-Jul-1998 Version 1.0.3
- First public Beta version

