UnlockSupport Example for Visual Basic

Private Sub menu_UnlockSupport_Click()
   'Unlock ePrint COM. Note that this is a sample key, which will not work in your toolkit. 
   'Before using ePrint COM, you must first execute a License Agreement. 
   'Please refer to the "Licensing" Section of the Help File for the applicable Licensing Documents.
   
   Dim ePrint As New ePrint
   ePrint.UnlockSupport SUPPORT_GENERAL, "Sample Key"
End Sub