07-01-2009 12:47 AM
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.
Thanks & Regards
Samuel J
System Engineer
Captronic systems Pvt Ltd
Bangalor, India.
Solved! Go to Solution.
07-01-2009 01:42 AM
See attached VI which calls MessageBoxA of user32.dll. Sorry for the french labels, comments and description...
07-01-2009 05:55 AM
Thank you
I got the exact solution
Regards
Samuel J
07-01-2009 07:31 AM