I’m trying to implement a command-line interface inside of a Windows Forms form. I’ve looked into PDCurses, but I’m not sure if that’s where I want to be. What should I do?
I’m trying to implement a command-line interface inside of a Windows Forms form. I’ve
Share
There are two basic approaches, though I’m not sure which goal you’re aiming for:
If you want to have an actual command window inside your app:
If you want to simply create a custom command-processing window: