Display items in DataGridView like in the 'windows search'

Joined
Jun 18, 2006
Messages
3
Reaction score
0
Hi,
I created a windows application with a form that contain a grid. In the grid there is data from sqlDatabase. The query selects .doc and .tif items from a table. The query contain two fields. The first contains the items name(Item1.doc, Item2.doc ...). The second contain the path of this item in the file server ( \\filesrv1\app2\...\documents\Item1.doc ). I got those results in the dataGridView control.
The problem is that I have to display those items in the same way like in the 'windows search' (start|search|files or folders) where I can double click an item and it opens or to select some items and to copy them or to delete selected items and also when I delete an item it has to be deleted from the file server (not from the sql sever).
I use vs 2005.

I have no idea how to do it .

Thanks in advance,
David
 

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