how can I do the cut copy and paste in the rich text box
of visual basic 6.0
for cut I use
but it not running properly
of visual basic 6.0
for cut I use
Code:
Private Sub mnucut_Click() Clipboard.Clear rtb.SelText Clipboard.GetText rtb.SelText = " " End Sub
Comment