Hello all!
So, I'm giving a demo of a program that I've written for my boss. The program is loaded with test code that I use to ensure various options an routines are set properly, and show up in a listbox in the application (was going to remove it once the program was completed). One of the aspects of the program is that a command window pops up showing the results of an external application process. The boss would really like for me to remove the CMD window, and have the output of that piped into my listbox.
Is that even possible?
Thanks,
Hendo