Statistica Programming in VB.NET Overview

The COM-base architecture of Statistica allows access to its library of functions through any COM-compliant programming language, such as Visual Basic, C++, and C#.  In the case of VB.NET, developers can integrate the Object Model of Statistica seamlessly with Microsoft's .NET Framework. For example, the wide selection of container classes and algorithms found in Microsoft's .NET namespaces (e.g., System.Container.HashTable) can easily work in unison with the library of objects and functions of Statistica within a custom application.

See Sending custom statistics to Statistica in VB.NET for an example.