Hi !

I try to write my first drag and drop program.

I would like to know what i need to do in order to catch drop of word/excel/ppt files.

Please send me some examples , or any other things that may help.

thanks.

P.S: i meant that i want to catch drop of files (outside) the form into the form.

I want to drap files from directorys like *.doc,*.xls,*.ppt, into any object that can present file imeges (but for now it's not so importent).

For now i just want to catch the file, and add the path of the file to some list (strings).