03-22-2007 10:02 AM
03-22-2007 10:06 AM
If you want it to be a pop up message, you could write a dialog box VI that displays a message and call it dynamically so that your code continues to run in the background. Put a simple wait in it so that it will close after a few seconds.
If you just want to display a message to the user, just use a string indicator on the front panel. This is how I let the user know what the program is doing.