I've been looking at how you can Embed a command prompt window into a WinForm.
I have it working from many examples that use pinvoke but I want to be able to lock the command prompt window in a strict position within the form that the end_user is unable to move.
Is this possible?
The reason behind doing this is because we use Remote tools over a large network and you can have many of these tools open in your session at once. I want to try and bring them all into one space where possible.
Thanks