help in cut copy ....
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
help in making the code for the following buttons 1. copy 2. cut 3. paste 4. select 4. redo 5. undo 6. find and replace code please reply me soon zabsmarty
If you use a RichTextBox or a TextBox, it is very simple. Eg :
RichTextBox1.Copy() …….. RichTextBox1.SelectAll() RichTextBox1.Undo() …… RichTextBox1.Find(……..), RichTextBox1.SelectedText = ………………..
chatura