PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Unselected text

Reply

Unselected text

 
Thread Tools Rate Thread
Old 04-03-2007, 11:40 PM   #1
=?Utf-8?B?ZHJ1bXJlZA==?=
Guest
 
Posts: n/a
Default Unselected text


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.

  Reply With Quote
Old 04-03-2007, 11:47 PM   #2
=?Utf-8?B?ZHJ1bXJlZA==?=
Guest
 
Posts: n/a
Default RE: Unselected text

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

  Reply With Quote
Old 05-03-2007, 02:40 AM   #3
=?Utf-8?B?ZHJ1bXJlZA==?=
Guest
 
Posts: n/a
Default RE: Unselected text

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

  Reply With Quote
Old 06-03-2007, 10:08 AM   #4
=?Utf-8?B?U2ltb24gSGFydA==?=
Guest
 
Posts: n/a
Default RE: Unselected text

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

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off