EmbedVIIntoWpf 1.0.0
dotnet add package EmbedVIIntoWpf --version 1.0.0
NuGet\Install-Package EmbedVIIntoWpf -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EmbedVIIntoWpf" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EmbedVIIntoWpf --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EmbedVIIntoWpf, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EmbedVIIntoWpf as a Cake Addin #addin nuget:?package=EmbedVIIntoWpf&version=1.0.0 // Install EmbedVIIntoWpf as a Cake Tool #tool nuget:?package=EmbedVIIntoWpf&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Embed LabVIEW VI into WPF Window
This library does a simple embedding LabVIEW VI into a WPF window, and it is unstable usually.
It is not recommended that embed UI of other applications into a WPF window, we should write code to exchange directly interprocess instead of embedding UI.
All source code are in the sub folder 'sourcecode'
- LVHelper, do something basic LabVIEW operation essentially
- LabVIEW2WPF, host a LabVIEW VI into a WPF control
- testapp, that is the application to call LabVIEW2WPF.DLL to do embedding
- ITechDCPower_labview, this is the most valuable package to implement a VISA (COM port, serial communication) based DC Power communication, tested on ITech DC Power series
About the DC Power manufacturer, please refer to the website: https://cdn.itechate.com/
If you have TCP (Ethernet) DC Power modules rather than COM driven ones, please reference to my previous package: SCPIPowerForLV in NuGET.org.
Seriously, this package might be renamed to VisaDCPowerForLV since the value lives here
Author
Patrick Gamp
For technique support or business, please call the cell phone ++0086-18603016232, email: patrickgamp@hotmail.com, WeChat(A Chinese popular chat app) id is same to the cell phone number
I am a professional with 26 years software RD experience. In 2005-2018, worked for Microsoft Windows Mobile and Windows Phone developing team, XBox One manufacturing automation team, and Surface imaging test team, after 2019, opened a small automation software corporation at the first strong manufacturing city in the world - Suzhou, China. If you have some industry automation related software project to oursource, please send me email to contact.
Published date
November 3, 2023
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 460 | 11/3/2023 |
Initial commit.