Another way to let users know that an application hasn’t locked up on them is using progress indicators. The professional and enterprise editions of VB include the ProgressBar control in the Microsoft Windows Common Controls. After adding this control to a form, you can then use DoEvents at points in your program to update the value of the progress bar.