Can someone point me to a solution (if it exists) where I can find examples/ of someone redirecting a CMD window that has a percentage/progress output to a GUI that does not scroll horizontally. I understand and am able to get the commands output to my GUI, it's just that when the progress/percentage comes up, the output just scrolls horizontally along the same line in my GUI.
Will this just require me to format the data change sent to my GUI, so that it recognizes the progress and updates the edit control differently (so that it scrolls vertically, for example)?
Any pointers will be greatly appreciated.
Will this just require me to format the data change sent to my GUI, so that it recognizes the progress and updates the edit control differently (so that it scrolls vertically, for example)?
Any pointers will be greatly appreciated.