LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MessageBoxA

Has anyone used MessageBoxA in User32.dll and had any luck making the
pop up modal in LabVIEW?

I want the ability to use the default Windows Icons and Sounds that
are associated with MessageBoxA for each type of pop up (error,
warning, etc.).

Thanks!
0 Kudos
Message 1 of 6
(3,334 Views)
TLE;

The manual Using External Code in LabVIEW tells you exactly how to do that. Check page 2-24.

Regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 6
(3,334 Views)
Click here and download the vi.
0 Kudos
Message 3 of 6
(3,334 Views)
Thanks for the reply. I have already seen that and have been able to
call the message box. The problem is that I cannot get it to behave
like the message box built into LabVIEW. I want it to be modal over
the vi that calls it as well as synchronous so the user must
acknowledge it and only it before continuing.
0 Kudos
Message 4 of 6
(3,334 Views)
Download my vi and see its code...
0 Kudos
Message 5 of 6
(3,334 Views)
Thanks!

Between all of the response I found what I needed.

Tim Erickson
0 Kudos
Message 6 of 6
(3,334 Views)