LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is a MessageBox available?

Hi everyone,

I would like to know whether it's possible to have something like a
MessageBox with LV to display for example a warning message

thanks in advance

Gérard


--
Gérard Férini
Switzerland
http://home.tiscalinet.ch/gferini/
remove -move to reply personally
0 Kudos
Message 1 of 6
(3,473 Views)
Yes, there are a few functions to do this.
You can find in "Functions -> Time and & Dialog ->
One Botton dialog, Two botton dialog or Three botton dialog"

Hope this help,

JFT
0 Kudos
Message 2 of 6
(3,473 Views)
Hi Gérard,

In the function palette, under "Time & Dialog" you can find "One Button Dialog", "Two Button Dialog" and "Three Botton Dialog".

You can also build your own customized dialog of course. Look under NI Example Finder/Building User Interface/Designing Dialog Boxes for more examples.

Hope this helps,
Dan
0 Kudos
Message 3 of 6
(3,473 Views)
Thank you all for your valuable help

Gérard


--
Gérard Férini
Switzerland
http://home.tiscalinet.ch/gferini
remove -move to reply personally
"dikrn" wrote in message
news:506500000005000000AFC40100-1079395200000@exchange.ni.com...
Hi Gérard,

In the function palette, under "Time & Dialog" you can find "One
Button Dialog", "Two Button Dialog" and "Three Botton Dialog".

You can also build your own customized dialog of course. Look under NI
Example Finder/Building User Interface/Designing Dialog Boxes for more
examples.

Hope this helps,
Dan
0 Kudos
Message 4 of 6
(3,473 Views)
Hi Gérard,

See attached vi.
It calls the MessageBoxA function of user32.dll.

Greetings from a compatriot !
Message 5 of 6
(3,473 Views)
Hi JB,

I found your vi Meassge BoxA.vi. Thank you very much for that very useful small VI ...

Greetings from Fribourg!

Laurent
0 Kudos
Message 6 of 6
(3,190 Views)