Hi Guys
Busy learning the Drag and Drop events in C#, but cannot find any tutorials on the following subject...
I am currently using
StreamWriter() and
StreamReader() to save user- entered data of all my textboxes, and to open them again.
Is it possible at all to use drag and drop of the written file ( saved with .FILE ext ) from it's directory, to my form, and populate the textboxes, as it would with
StreamReader()?
Can Drag and Drop raise the
StreamReader() method as it is originally defined?
Attached Pic should clarify my intentions.
>BstrucT