Windows Connectivity
- 已更新2026-03-31
- 閱讀時間為 1 分鐘
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.
相關內容
- 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
A callback VI contains the code you write to handle an ActiveX or .NET event you specify.
- Using .NET with LabVIEW
- Using ActiveX with LabVIEW
- Importing Web Services
- Calling Non-Modal Windows Programmatically
Programmatically open a non-modal LabVIEW window from a callback VI or DLL with Open VI Reference and an Invoke node.
- Importing a Web Service as a Library of VIs
- Registering and Handling .NET and ActiveX Events