Hey all,
I want to replace then classical way to open a file (MSWordDoc)
DriveListBox, DirListBox, ListBox, with a drag action.
When I drag the file over my application I need to find/parse the file path and then load the file in an RichTextBox to fill some data.
So, how it's possible that?
What controls must I use and what events?
Some code examples or some links will be fine.
Thanks in advance for any opinion.