G
Guest
This sounds weird but is there a control to select all but the selected text?
I'm working with a textbox and trying to send items to the clipboard. If
you Cut the selected text you need to show all but what was selected. I can
do this programmatically but there is a problem. It requires a few
operations and I think that is preventing textbox1.canundo from being true.
Thus, can not undo the operation.
thx in advance.
I'm working with a textbox and trying to send items to the clipboard. If
you Cut the selected text you need to show all but what was selected. I can
do this programmatically but there is a problem. It requires a few
operations and I think that is preventing textbox1.canundo from being true.
Thus, can not undo the operation.
thx in advance.