Cannot Cut and Paste on TextBox

A

ali Aladwani

Hi All,
I am having problem relating cut and paste operation on a textbox:

My application details:-
I developed a simple software for a PDA in VB.Net 2003.Only one form with a
text box on it.
When i want to cut or paste a data to this textbox...IT doesn't work!!!!
Nither the Ctrl+C nor the Ctrl+V work on the textbox!!!
BUT cut and paste is working fine on the MS Pocket Word application...

My PDA Details
Company: PSC 4220
Processer: ARMSxx
 
A

ali Aladwani

Hi marcmc,
BUT clipboard class is NOT available in CF :(
But i guess why isn't the Copy paste of windows work...on my application



in message > I have never tested it but maybe(probably not
though) the clipboard class is
 
P

Peter Foot [MVP]

It is possible by manually sending a WM_COPY windows message to the control
once you have it's window handle. We have a TextBoxEx control in the SDF
www.opennetcf.org/sdf/ which adds Cut Copy and Paste methods to the control.
However I don't think we have the shortcut keys implemented, but you can
setup a context menu or similar with the current version.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 

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