Hello,

I am having trouble with creating a progress dialog box. I have to retrieve some information from a database and l want to display a dialog box with a progress bar, that increments the time it takes to get all the data.

//Click retrieve information from the database.
//Display dialog box until all data is retrieved.
//Display the data in the datagrid.

I am having trouble with the dialog box part. Is there an easy way to do this.

Many thanks in advance,

Steve