Home

Awesome

VL.WinFormsUtils

Nodes for VL exposing some useful functions of the Windows Forms API and to retain SkiaRenderer window state between application restarts.

With this you can quickly add an extra layer of polish to your exported apps.

Using the library

In order to use this library with vl you have to install the nuget that is available via nuget.org. For information on how to use nugets with vl, see Managing Nugets in the vl documentation. As described there you go to the commandline and then type:

nuget install VL.WinFormsUtils

Once the VL.WinFormsUtils nuget is installed and referenced in your vl document you'll see the category "WinFormsUtils" in the nodebrowser. From there explore the nodes.

A HowTo patch "Use the library" is included and can be found in the Help Browser (F1).

Nodes