display message until that operation is completed

I am wanting to display a simple dialog box, but I don't want no operator intervention (buttons showing).  I just want a popup dialog box when a file starts copying and closes when the process is complete.  It's just informative, letting the user know the operation takes place, but I don't want the program to stop waiting for the user to click OK.  Any help would be appreciated.  Thank you.

Create a vi to serve to your dialog box and then call using the vi server.  Basically, you can open the front panel (so display your dialog box), do the operations of files in the background and then close the front panel.

Tags: NI Software

Similar Questions

Maybe you are looking for