Windows Connectivity
- Updated2025-08-15
- 1 minute(s) read
LabVIEW provides access to other Windows-based applications using .NET and ActiveX technologies.
The .NET technology is the programming basis of the .NET environment you use to build, deploy, and run Web-based applications, smart client applications, and XML Web services. You must install .NET. Refer to the Microsoft Developer Network (MSDN) website for more information about installing .NET.
ActiveX refers to Microsoft's ActiveX technology and OLE technology. With ActiveX Automation, a Windows-based application, such as LabVIEW, provides a public set of objects, commands, and functions that other Windows-based applications can access. Refer to the MSDN documentation for more information about ActiveX.
- Inside OLE, by Kraig Brockschmidt, second edition
- Essential COM, by Don Box
Refer to ActiveX and LabVIEW at ni.com for more information about using ActiveX with LabVIEW.
Related Information
- Requirements for Using .NET Framework Assemblies in LabVIEW
- Loading .NET Framework 2.0, 3.0, and 3.5 Assemblies in LabVIEW
- Creating .NET Objects
- Using Libraries in LabVIEW Projects
- Callback VIs
- Using .NET with LabVIEW
- Using ActiveX with LabVIEW
- Importing Web Services
- Calling Non-Modal Windows Programmatically
- Importing a Web Service as a Library of VIs
- Registering and Handling .NET and ActiveX Events