None of the standard .NETCF controls have Clipboard support out of the box.
TextBoxEx in the OpenNETCF SDF adds Cut Copy and Paste methods. For some
other controls you can interact with the clipboard by getting the control
handle, and sending a WM_COPY etc message to the native control. You can
view the TextBoxEx code for an example of how this might be done.
The clipboard class in the SDF currently only works directly with text data.
It can either be used exactly like it's desktop counterpart or using the
SetClipboardText and GetClipboardText methods.
Peter
--
Peter Foot
Windows Embedded MVP
www.inthehand.com |
www.opennetcf.org
"robert" <(E-Mail Removed)> wrote in message
news:F1155D19-0C8B-4EB7-A998-(E-Mail Removed)...
> Hello,
>
> I added the TextboxOperations class und the ClipBoard class form OpenNETCF
> page to my project,
> but I do not exactly know how I have to use one of these classes that the
> copy-paste function works? 
>
> thx
>
> robert
>