1) On the Tools menu, click Choose Toolbox Items...
2) In the Choose Toolbox Items dialog box, click the .NET Framework Components tab.
3) Select FTSPCControl and then click OK.
Note: If FTSPCControl is not displayed in the list of .NET Components, click Browse and select ftspcnet.dll from VSPK SDK folder.
4) Now, you can create FTSPCControl objects. Just drag and drop our control on your form.
Dim status As Boolean status = ftspcControl1.IsEnabled
1) On the Project menu, click Add Reference.
2) In the Add Reference dialog box, click the Browse tab.
3) Select ftspcnet.dll and then click OK.
4) ftspcnet.dll will appear in the "References". Now you should enable FabulaTech.SPC namespace.
Dim myControl As FabulaTech.SPC.FTSPCControl = New FabulaTech.SPC.FTSPCControl()
You can reference methods and properties of the object in the following way:
Dim status As Boolean status = myControl.IsEnabled