How bout a method to open a MessageBox() type window to let users know what might be happening, only don't expect a response. Just the ability to close the box later in the program, maybe a CloseMessageBox()?

MessageBox( "Tell the user something...", "title", etc..)
Do
fcSomething()
While fcTwiddlingThumbs()
CloseMessageBox( "title" )