Using an Unbound DataGridView Control with VB 2005

D

dm1608

Can someone give me some examples of setting the column names and loading
rows into a DataGridView control manually.

I need to read a directory and create various output messages based on the
results... I then would like to add the result to a datagridview control.

I'm not exactly sure how I can do this. All the examples I've seen are for
bound controls using SQL and junk.

Thanks
 
G

Guest

dm1608 said:
Can someone give me some examples of setting the column names and loading
rows into a DataGridView control manually.

I need to read a directory and create various output messages based on the
results... I then would like to add the result to a datagridview control.

I'm not exactly sure how I can do this. All the examples I've seen are for
bound controls using SQL and junk.

Thanks

Did you even do a google search?

http://winfx.msdn.microsoft.com/lib...html/5a8d6afa-1b4b-4b24-8db8-501086ffdebe.asp

Chris
 

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

Top