I am a beginner. I am making a text editor wherein a user can perform variety of operations and can even convert it to a rich text.
Here are my queries:
(1) I want to provide the user a text-editing window wherein they can type-in text. How to do this? Which control and what-so-ever is involved?
(2) When the user has entered text, how to perform operations on the text. Do I need to take it in a buffer or something better? A user can select a portion of text and my program must determine that portion and perform operations on it.