A 'Unlimited' Undo and Redo featured editor description
This code shows you how to create nearly Unlimited Undos and Unlimited Redos, along with Cut Copy, Paste, and Select All features, in a RichTextBox Control. This code was originally programmed by Jason Shimkoski, it was updated by me when I discovered an error in his program.
File List:
Edit Stuff2.vbp
1Kb
Edit Stuff2.vbw
46b
MSSCCPRJ.SCC
344b
frmMain.frm
7Kb
frmMain.frx
142b
Similar code
Remove Repeated Chars
(Popularity: ) : This project demonstrates how to remove the repeated characters in a string. A progress bar is included so you can know the progress of the operation. Great for beginners. VOTE IT IF YOU LIKE IT! THANKS!
Advanced Data Delimiting (Byte Delimiting)
(Popularity: ) : Use this method with Winsock. Ever had it when you need to send lots of data all at once, and you need individual structured fields for each commands? Does your field data contain special characters or binary data? Conventional methods ...