I watched how you can embed a command line window in WinForm.
I have work from many examples that use pinvoke , but I want to be able to lock the command window in a strict position in a form that end_user cannot move.
Is it possible?
The reason for this is that we use remote tools on a large network, and you can immediately open many of these tools in your session. I want to try to bring them all to one place where this is possible.
thanks
source share