Anybody got any experience using the MySqlDirect .NET Data Provider from http://crlab.com/mysqlnet/??

I'm trying to write an admin program for a website in VB.NET, the database for the site being in MySQL. I've downloaded this data provider and installed it OK, but I can't figure out how to use it.

It's the first project I've tried to write in .NET (I'm used to normal ADO in ASP or VB6). I've managed to fill a listbox from a query on the database using this data provider and its DataReader object, but what I really want to do is populate a datagrid.

Anybody got an example they can show me? Failing that an example of how to do this using the built in database stuff in .NET would give me a good starting point!

Cheers