Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!I'm currently trying to make a smart word processing tool.For that I need a code to do this,
There is a rich text box on the form and the user can enter a text.If he want to move the position of a word he select the word and drag it onto an another position in the rich text box and when he click on it the word placed into that position.
Please give me a code if it possible to do!
Thank you!
Posted

1 solution

Just Change (EnableAutoDragDrop) Property in RichTextBox To (True)

hope this help...
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900