I’m coding an application and I want to have a console embedded in the form. I am using a richtextbox currently but that is not nessecary. I want to disable everything in the richtextbox like: Selection, deleting with del key and backspace, show a _ after every word I type. And have commands that are recognised when typed in and entered. Thanks alot! ~Layne~
Share
Answer. I created a listbox and a richtextbox. Textbox text (commands) get sent to the listbox.
Here is the code I am using.