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
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