Skip to content

LabVIEW LIB & examples that use custom WinAPI.dll (InteropAssembly that wrapps user32 and shell32 functions)

License

Notifications You must be signed in to change notification settings

etfovac/WinAPI-LV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabVIEW wrapper LIB & examples that use WinAPI.dll DOI License: MIT

LabVIEW LIB & examples that use custom WinAPI.dll (InteropAssembly that wrapps user32 and shell32 functions for Window, Taskbar, Screens, etc manipulation)

WinAPI.dll consists of Win API functions for Window, Taskbar, Screens, etc, conveniently organized and wrapped in a C# DLL.

The file WinAPI.dll is in folder DLL and it can be moved elsewhere, but you'll have to browse to it in the .NET constructor node.
More elaborate example VIs are in folder Examples.

See this repo in NI Forums > Example Code: LIB that uses DLL to easily manipulate Windows, Taskbar, Screens, etc

Project Overview

Project Overview

Snippets

WinTaskbar_FP

WinTaskbar

RestoreWin_FP

RestoreWin

MoveWin_FP

MoveWin

FullScreen_FP

FullScreen

References:

my WinAPI GitHub project