LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

One button dialog title bar

Can I edit the title bar of a one or two button dialog title bar? I would like it to read Error when an error occurs.
0 Kudos
Message 1 of 2
(2,716 Views)
You can't specify a title using LabView's one button dialog box function.
But check out the cool MessageBox vi that m2nth was kind enough to post. It uses the MessageBoxA function in user32.dll and can do more than LabView's dialog boxes even dream of.
Click here!
0 Kudos
Message 2 of 2
(2,716 Views)