i have a question based on caling a exe from the
vb.net program
we can call using System.Diagnostics.Process.Start() but how can we get the output from the process to the
vb.net program say for example
System.Diagnostics.Process.Start("javac.exe","file name.java")
but if errors r there in the code how do i display it in my program...
i am developing a java editor using
vb.net so i need to get the errors if any to teh program where it need to be displayed...