Xceed Binary Encoding Library Documentation
Formless use of the control
Xceed Binary Encoding control reference > Formless use of the control

You can instantiate the ActiveX control without putting it on a form. To do this, make the control available in your development environment (this should already have been done if you followed the installation instructions) and simply create an instance of the object like you would any other variable. The object's type is "XceedBinaryEncoding".

Example for VB users:

Visual Basic Copy Code

' Make sure you added the Xceed Binary Encoding control to your object references.
' To do this, go to the Project menu and select the "References..." menu item,
' then checkmark the Xceed Binary Encoding Library entry in the list of components.

' Here we define the type for our variable and instantiate it

Dim XceedBinaryEncoding1 As New XceedBinaryEncoding

' And now its as if the control was put on the form.