Ctrl-C and Ctrl-V in Textbox

  • Thread starter Thread starter Peyton Collins
  • Start date Start date
P

Peyton Collins

In my compact framework application under WindowsCE V4.2, I cannot highlight
text within a textbox, press Control-C on the keyboard, move to another
textbox, and Control-P the copied text into the second textbox. The same
compact framework binary runs fine on an XP desktop with the normal Ctrl-C
Ctrl-V functionality.
 
It's becasue cut and paste isn't supported in the default controls. The
OpenNETCF TextBoxEx does have support.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Back
Top