Shortcut

  • Thread starter Thread starter Kimochi
  • Start date Start date
K

Kimochi

Hi, i want ask on how to perform a cut, copy, and paste
event
because i want to put cut, copy and paste in my Menu list.
i already put the shortcut such as ctrlx, ctrlc and ctrlv.
but i dont know how to perform cut copy and paste
thax
 
Use TextBox.Cut(), TextBox.Copy() and TextBox.Paste() methods.

Hi, i want ask on how to perform a cut, copy, and paste
event
because i want to put cut, copy and paste in my Menu list.
i already put the shortcut such as ctrlx, ctrlc and ctrlv.
but i dont know how to perform cut copy and paste
thax
 
Back
Top