Unselected text

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.
 
G

Guest

Can someone please point me to where I can learn more about adding
tap-and-hold cut,copy, paste functionality into textbox controls. The cf
doesn't allow for textbox.paste().

drumred
 
G

Guest

Lookup API: SHRecognizeGesture on MSDN.

Simon.

drumred said:
Can someone please point me to where I can learn more about adding
tap-and-hold cut,copy, paste functionality into textbox controls. The cf
doesn't allow for textbox.paste().

drumred
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top