01-21-2020 12:27 PM
Hi!! I'm new to the forums.
I would like to know if a message can be generated in Windows notifications from LabVIEW, very similar to email notifications.
For example, when a Boolean changes, the notification information would be received as the attached image.
If this is possible, what topics do I need to know or in what blocks should I look?
Thank you
Solved! Go to Solution.
01-21-2020 12:42 PM
I don't think you can do this directly.
You will probably have to use some sort of ActiveX property node or something like that to get to the Windows API calls for Notification Class
01-21-2020 12:46 PM
I'll try it, thanks!
01-21-2020 02:11 PM
Actually you can do this in a LabVIEW pre-built package.
Both use the Windows API mentioned, but are already built.
mcduff
01-21-2020 02:20 PM
I just recently added some bells and whistles a program with this exact package.
Make sure you read all the comments as there are a lot of good tips in there.