FirmaSAT Manual

VB.NET/VB2005+ programming

To use in a VB.NET/VB2005+ program, add a reference to the .NET Class Library file diFirmaSatNet.dll and add the line

Imports FirmaSAT

at the top of your code. Here is a simple "Hello World" program.

Imports FirmaSAT
Module Module1
  Sub Main()
    Dim n As Integer
    n = General.Version()
    Console.WriteLine("Version = {0}", n)
  End Sub
End Module
[HOME]   [NEXT: C# programming...]

Copyright © 2007-12 D.I. Management Services Pty Ltd. All rights reserved.