I've set up a form with a TextBox and a ListBox
( You can see all code here:
http://home.earthlink.net/~jabailo/Windopes%20SupaText/ )
Right now, if you double-click and select text in the text box, then drag an
entry from the ListBox onto the Text, the selected Text will be replaced by
that entry.
That's not exactly what I want.
What I want is to drag the ListBox entry over a word in the TextBox and have
it replace that word.
Can you suggest some properties of the TextBox that I might use to
accomplish that ?