Hello all,
I'm designing an application where I need to make heavy use of the
RichTextBox control. The user need the drag/drop features of other
windows applications which I have implemented.
I am having some difficulty implementing an Insert feature which will
allow the users to browse to the location of the file and insert the
file. I know the drag/drop works and Copy/Paste also work fine, but
I'd like to add the Insert feature.
Also, when files are dropped on to the control, the name of the file
does not seem to display. The file type is displayed instead. And
several file types don't show their icon at all.
Has any found a work around or have some guidance as to a solution.
Richard