Full Version

Navigation:  About MegaPipe ActiveX (OCX) > How to Use It >

Full Version

Previous pageReturn to chapter overviewNext page

Follow the instructions listed below to add the full version MegaPipe ActiveX (OCX) to your project:

 

1. Uninstall the trial version and complete the installation for the full version.

 

 

2.  The license key method SetKey should be called before you call any other MegaPipe function.

[Visual Basic]

Public Function SetKey(ByVal Key As String) As Boolean

Parameters

Key

    10 digits license key obtained from us.

 

Return Value

If the license key is valid, the return value is true, otherwise the return value is false.

 

Examples

[Visual Basic]

 

Dim ValidKey As Boolean

ValidKey = MegaPipeCtrl1.SetKey("XXXXXX-XXXX")

 

MegaPipeCtrl1.BaudRate = 9600

MegaPipeCtrl1.InputQ = 16384

MegaPipeCtrl1.ModemSelIndex = -1

MegaPipeCtrl1.OutputQ = 16384

MegaPipeCtrl1.PhoneNumber = Nothing

MegaPipeCtrl1.RThreshold = 0

MegaPipeCtrl1.XferWorkDir = Nothing