Windows provides you with those functions automatically:
VB Code:
'cut: RichTextBox1.SetFocus SendKeys "^x" 'copy: RichTextBox1.SetFocus SendKeys "^c" 'paste: RichTextBox1.SetFocus SendKeys "^v"
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |