Hello Guys,
I have a form which, will allow me to search for a filename, from an specific drive/s, once this filename is found(and it could be in different folders) it is displayed in Grid, this grid does not show columns and rows, i other words i have gridLines = 0, see below
I would like to know the trick, that after the information is displayed in the grid, to be able to select the filename and Drag and Drop this one, for example if i am able to select that file(which in this case is shown in the grid as a row) and i need to attach it to an email, if i can drag and drop it to my Microsoft outlook as an attach.
I am wondering what can i do to accomplish it ?
Thanks in advance
Erenesto
I have a form which, will allow me to search for a filename, from an specific drive/s, once this filename is found(and it could be in different folders) it is displayed in Grid, this grid does not show columns and rows, i other words i have gridLines = 0, see below
Code:
Add Object grid1 As Grid With ;
Top = 120, Left = 10, Height = 300, Width = 550, ColumnCount = 1,;
deletemark = .F., AllowCellSelection = .F., GridLines = 0, ;
HeaderHeight = 0, RecordMark = .F., ScrollBars = 2
I am wondering what can i do to accomplish it ?
Thanks in advance
Erenesto