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.
 
Back
Top