PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Unselected text
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Unselected text
![]() |
Unselected text |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Oops, nevermind.
"drumred" wrote: > 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. > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 "drumred" wrote: > Oops, nevermind. > > "drumred" wrote: > > > 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. > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Lookup API: SHRecognizeGesture on MSDN.
Simon. "drumred" wrote: > 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 > > "drumred" wrote: > > > Oops, nevermind. > > > > "drumred" wrote: > > > > > 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. > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

