C
Charlie@CBFC
Hi:
How do you implement Undo, Redo, Cut, Copy and Paste functionality within a
WinForm menu? Is there a command or do you have to write it custom? Also,
when doing ctrl+x (cut command) in a WinForm textbox, text is not cut.
Would like to add this functionality to my application.
Thanks,
Charlie
How do you implement Undo, Redo, Cut, Copy and Paste functionality within a
WinForm menu? Is there a command or do you have to write it custom? Also,
when doing ctrl+x (cut command) in a WinForm textbox, text is not cut.
Would like to add this functionality to my application.
Thanks,
Charlie