LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Useage of "MessageBoxEx()"

Hello ,

If using sdk of "MessageBoxEx()" to popup a message , I'd like to know if this would block other task process ?

David
0 Kudos
Message 1 of 3
(3,063 Views)
David,

I'm not sure whether MessageBoxEx() will interfere with other threads; I don't think it will, however if you wan to be 100% sure how your popup works, you can just create your own panel and control on what thread is launched; this could avoid you the uncertainty of the SDK call.

Good Luck!

Juan Carlos
N.I.
0 Kudos
Message 2 of 3
(3,063 Views)
According to the definitive documentation (here) MessageBoxEx will only block its parent window or windows in its thread (depending on the flags set). I think.

--
Martin
--
Martin
Certified CVI Developer
0 Kudos
Message 3 of 3
(3,063 Views)