Adding "please wait" message to datagridview

V

VMI

In my Windows App, how can I add a nice "Please wait" message to my
datagridview? With a datagrid I would be able to clear all columns, add one
table with one row with the messsage, and bind it to the grid. But I added
the columns to the gridview through the designer, so I'm not sure how to add
the columns programmatically.
Anyone have any suggestions?

Thanks.
VS2005 v2.0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DataGridView question... 1
DataGridView Add/Edit/Delete 20
datagridview 4
Binding to datagridview 2
DataGridView Questions 1
DataGridView - add items 1
DataGridView Link Column 1
Datagridview columns hiding 2

Top