command prompt?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Wanting to try a little project of making my own little shell/dos prompt sort of thing. However not sure best method to make the prompt over on the left and to keep it from being overwritting by the user? Any ideas? Believe I would be making this as an MDI with textbox windows or something similar

Thanks
Yurez
 
You should look at sub-classing a text-box and handling all keyboard input,
yourself.

-vJ

Yurez said:
Wanting to try a little project of making my own little shell/dos prompt
sort of thing. However not sure best method to make the prompt over on the
left and to keep it from being overwritting by the user? Any ideas?
Believe I would be making this as an MDI with textbox windows or something
similar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top