Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to call windows dialog boxes

Solved!
Go to solution

Hi

 

I just want to know how to call a windows dialog box, I called below dialog box using VB script, And the script is as follows lol=msgbox("Your Message Here",19,"Your Title Here")  and save this as a .vbs file, changing the number "19" in the script to generate different dialog box. And i think it is called from the windows user32.dl. 

 

So can you please help me to call the same dialog box in labview.

 

Dialog Box.PNG

 

Thanks & Regards

 

Samuel J

System Engineer

Captronic systems Pvt Ltd

Bangalor, India.

 

 

0 Kudos
Message 1 of 4
(3,666 Views)
Solution
Accepted by topic author Samuel_James

See attached VI which calls MessageBoxA of user32.dll. Sorry for the french labels, comments and description...

 

 

0 Kudos
Message 2 of 4
(3,662 Views)

Thank youSmiley Very Happy

 

I got the exact solution

 

Regards

Samuel J

 

 

 

0 Kudos
Message 3 of 4
(3,656 Views)
You might also be interested in this solution which provides two additional functions (timeout and asynchronous display). Unfortunately I don't remember who is the original developer of this VI...
0 Kudos
Message 4 of 4
(3,651 Views)