LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create information messages with CVI 6.0

Hi, I'm using CVI 6.0 and I will like to know if in the message popups we can add information, warning, or critical icons, like the message box from Visual Basic. Thanks for any solutions
0 Kudos
Message 1 of 3
(2,666 Views)
Most likely no. Windows API call allows that in MessageBox (MB) function. If
I recall correctly the MB icons are embedded in API and do not have
independent existence in the form of *.ico or other similar file format.
Refer to SDK help that comes with CVI.. Visual Basic internally may be
calling same API function.

***************************
Mohan Pawar


"lflpjdem" wrote in message
news:5065000000080000009DC10000-1077587809000@exchange.ni.com...
> Hi, I'm using CVI 6.0 and I will like to know if in the message popups
> we can add information, warning, or critical icons, like the message
> box from Visual Basic. Thanks for any solutions
0 Kudos
Message 2 of 3
(2,666 Views)
Just make your own panel, drop a picture box. Use one of those icons and
you are set.

vishi

lflpjdem wrote:
> Hi, I'm using CVI 6.0 and I will like to know if in the message popups
> we can add information, warning, or critical icons, like the message
> box from Visual Basic. Thanks for any solutions
0 Kudos
Message 3 of 3
(2,666 Views)