12-02-2002 08:47 AM
12-02-2002
10:21 AM
- last edited on
11-12-2025
08:09 AM
by
Content Cleaner
As Any was supported in Declare statements in VB6 to enable calling functions whose parameters supported more than one data type. In VB.NET, you can achieve this by overloading the Declare statement with the different types you want to use for a specified parameter. For more information see As Any Parameters in Declares and Declare statement does not support parameters of type As Any.
Alternatively, you can use the Measurement Studio DAQ ActiveX controls in VB.NET. For more information see Using Measurement Studio ActiveX Controls in Visual Studio .NET, Acquire N Scans in Visual Basic .NET with Measurement Studio 6.0 ActiveX Controls, and Simple DAQ Example in Visual C# .NET with the Measurement Studio 6.0 ActiveX Controls.
- Elton