From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Display a script is processing

Solved!
Go to solution

I am starting to put together some GUI's which allow my coworkers to select different processing scripts and one of the comments that has come up is if there is away for me to display that the script is processing.

 

Any ideas?

 

I know I could display a pop up box that it has completed but they were looking for something that tells them it is processing.


Thanks  

Tim
0 Kudos
Message 1 of 3
(3,716 Views)
Solution
Accepted by topic author smoothdurban

There is a very simple solution that is an non modal message box.

 

Option Explicit

MsgBoxDisp "Processing", "MB_NOBUTTON", "MsgTypeNote", , , TRUE

MsgBox "This is your script"

MsgBoxCancel

 

 

 

0 Kudos
Message 2 of 3
(3,713 Views)

exactly what I needed! 

 

Thanks!

Tim
0 Kudos
Message 3 of 3
(3,709 Views)