General Technical Information


How can I register my copy of DXFReader.NET Component?


Registering DXFReader.NET Component is a very simple task. After purchasing the registration code invoke the RegisterComponent method with the following code:

C#

using System;
using DXFReaderNET;
namespace RegisterAppCS
{
    class Program
    {
        static void Main(string[] args)
        {
            DXFReaderNETControl myDXF = new DXFReaderNETControl();
            myDXF.RegisterComponent();
        }
    }
}

VB

Imports DXFReaderNET
Module Module1

    Sub Main()
        Dim myDXF As New DXFReaderNETControl
        myDXF.RegisterComponent()
    End Sub

End Module

This will show the following window:

 

To complete the operation you need to be connected on Internet.

All licensed customers receive unlimited technical support, free upgrades within the major version and discounts on upgrades.


Warning!
All samples, data, places and images in this section are only for tutorial. They are fictitious and may not correspond to real cases.

Any similarities to actual persons or places is merely coincidental.