Du vil gerne have outputtet over i en variabel i VB programmet ? Det bliver nok svært. Den eneste måde jeg lige kan se, er at lade outputtet fra programmet blive skrevet ud i konsol vinduet og så læse, det der står i vinduet. Det kan du læse med funktionen ReadConsoleOutput :
"The ReadConsoleOutput function reads character and color attribute data from a rectangular block of character cells in a console screen buffer, and the function writes the data to a rectangular block at a specified location in the destination buffer."
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/readconsoleoutput.asp