KMK Count Up/Count Down OCX Control V1.1 (Freeware)


Timer OCX Control  

KMK Count Up/Count Down OCX allows you to put a count up or count down easily in your own programs.Simply drag the ocx on the form and add a few lines of code then you can have a count up or count down timer on your programs.

Click here to download fully function Timer OCX Control

 

 

 

 

 

 


Instructions:

1. Download and install the Trial Version of the KMK Count Up/Count Down Timer OCX on your computer.

2. Start the Visual Basic.

3. Right click the tool box and select "Choose items..."

4. Choose KMK_Up_Down_Timer OCX Control from the com component list.

4. Put the OCX on the form.

5. Drag to resize the OCX.


Properties:

Command

Examples

Usage

KMKTimer1.Start_Stop KMKTimer1.Start_Stop = 0 Pause the timer.
KMKTimer1.Start_Stop KMKTimer1.Start_Stop = 1 Start the timer.
KMKTimer1.Reset_Timer KMKTimer1.Reset_Timer = 1 Reset the timer to Zero.
KMKTimer1.T_Duration KMKTimer1.T_Duration = 10 Count up or count down for 10 sec.
KMKTimer1.Interval_ms KMKTimer1.Interval_ms = 1000 Set the counting interval. 1000 = 1 sec.
KMKTimer1.Count_up_down KMKTimer1.Count_up_down = 0 Set the timer to count down
KMKTimer1.Count_up_down KMKTimer1.Count_up_down = 1 Set the timer to count Up
KMKTimer1.Start_Stop_Flag A = KMKTimer1.Start_Stop_Flag Display the Start or Stop Status