KMK Internet Communication OCX V1.1

KMK Internet Communication OCX allows you to build internet control projects easily. The OCX can be used to transfer text or numbers so that you can create control channels as well as chatting functions to your own program. All you need is to put the OCX to your program and add a few lines of code.

Click here to download Internet Communication Client OCX.

Click here to download Internet Communication Server OCX.- ( Registration Key required.)


Purchase the license key:

Product Code: KMK_IComm_OCX
US$29.90/Key (License key will be sent via email)

QTY      


Instructions:

1. Download and install the KMK Internet Communication OCX Client and Server on your computer.

2. Start the Visual Basic.

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

4. Choose KMKICommClientOCX or KMKICommServerOCX from the com component list.

4. Put the OCX on the form.

5. Drag to resize the OCX.


Properties:

Command

Examples

Usage

KMK IComm Client
KMKICommClient1.Remote_IP KMKICommClient1.Remote_IP=IP Enter IP Address of Server.
KMKICommClient1.Remote_Port KMKICommClient1.Remote_Port=Port Enter the Port No. eg.690
KMKICommClient1.Connect KMKICommClient1.Connect=0 Disconnect.
KMKICommClient1.Connect KMKICommClient1.Connect=1 Connect.
KMKICommClient1.Text_Rece Textbox1.text=KMKICommClient1.Text_Rece Return text received from Server.
KMKICommClient1.Text_send KMKJoyStick1.Text_send=Textbox1.text Put the text or number to be send.
KMKICommClient1.Send KMKICommClient1.Send=1 Send the text or number.
KMKICommClient1.Visible KMKICommClient1.Visible=True Display the OCX.
KMKICommClient1.Visible KMKICommClient1.Visible=False Hide the OCX.
KMK IComm Server
KMKICommServer1.IP Textbox1.text=KMKICommServer1.IP Return IP Address of Server.
KMKICommServer1.Port KMKICommServer1.Port=Port Enter the Port No. eg.690
KMKICommServer1.Reg_name KMKICommServer1.Reg_name="????" Enter the Registration Name.
KMKICommServer1.Reg_key KMKICommServer1.Reg_key="????" Enter the Registration Key.
KMKICommServer1.Text_Rece Textbox1.text=KMKICommServer1.Text_Rece Return the text received from Client.
KMKICommServer1.Text_send KMKICommServer1.Text_send=Textbox1.text Put the text or number to be send.
KMKICommServer1.send KMKICommServer1.send=1 Send the text or number.
KMKICommServer1.Visible KMKICommServer1.Visible= True Display the OCX.
KMKICommServer1.Visible KMKICommServer1.Visible= False Hide the OCX.
¡@ ¡@ ¡@