I've got a VB5 program with a progress bar, displayed counters and a scrollable grid. The trouble is that even though the form has a minimize button, it will not minimize while the application is doing its work (and displaying the progress of that work with its progress bar and counters). Also, it will not allow the user to scroll the grid. How can I make the application minimizable and the grid scrollable while the application is processing data?