NTservice1_Start() |
When the Service Control Manager starts a service, it expects a timely response from the service. Because it takes time for your application to start, this function enables the timer and responds immediately. The timer event is used to start the application. |
Timer1_Timer() |
The Ezflow form is loaded here and the timer is disabled. When the form is loaded, its Form.Load function calls the VBVoice StartSystem method. |
NTservice1_Stop() |
The VBVoice application is stopped and the form is unloaded. |
To prevent the VBVRLog application from automatically starting when initiating a StopSystem, set the LineStat INI setting in the [System] section of vbvoice.ini to an empty string.
Ensure that it is not yet installed
Select Run from Start menu
Execute path\ezflow -install, where path should be replaced with the actual path of the ezflow.exe file
Verify successful installation by opening Control Panel/Services. You should see the EZFlow entry on the service list.
If install is not successful, debug it before proceeding
Reboot your computer
After the Windows NT logon screen appears, wait for a beep which indicates the system starts to load E-Z Flow.
Wait a few seconds then pick up the phone. You should be able to dial into E-Z Flow.
After logging on, follow these steps to stop the service and run E-Z Flow as an application:
Select Control Panel/Services
Highlight EZFlow
Click Stop
Select Run from Start menu
Execute path\ezflow -normal, where path should be replaced with the actual path of the ezflow.exe file
Stop the service first
Select Control Panel/Services
If the status of E-Z Flow is Started, highlight it, then click Stop
Select Run from Start menu
Execute path\ezflow -uninstall, where path should be replaced with the actual path of the ezflow.exe file