Example Code

Balloon Prompt Schema Using .NET

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • LabVIEW Database Connectivity Toolkit
  • LabVIEW

Code and Documents

Attachment

Download All

Overview

This simple example shows how to create a balloon prompt and icon in your system tray, this code is mean't to be built upon for your own application should you wish to utilize balloon prompts throughout your code.

 

Description

This VI is a simple example that utilize .NET to show balloon's in the system tray alongside an icon. Expand upon this with your code.


Requirements

  • LabVIEW 2012 (or compatible)

Steps to Implement or Execute Code

  1. Run the VI.
  2. A balloon displays in the system tray alongside an icon.

 

Additional Information or References

VI Snippet

134.png

 

**This document has been updated to meet the current required format for the NI Code Exchange.** 

Applications Engineer

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Comments
The_LabVIEW_Monster
Member
Member
on

Well done very useful as I have a service (Well not a real service) running in the background that mointors a machine and the user needs to know when its having issues this is very useful.