Hi,
I am using this ConsoleControl to make an IDE in vb.net. So far so good. But i can't start process with this control.
I am making IDE for a scripting language named AutoIt. this is the code for running script with autoit interpreter.
Hide Copy Code
Shell(Autoit_InterPreter_Path & """" & FilenamePath & """")
This is working ok. But in consolecontrol, How can i use ConsoleControl in my project.
I need the user to run the script in my IDE and can see the result and exit code in this console.
Hi, I am using this ConsoleControl to make an IDE in vb.net. So far so good. But i can't start process with this control. I am making IDE for a scripting language named AutoIt. this is the code for running script with autoit interpreter. Hide Copy Code
Shell(Autoit_InterPreter_Path & """" & FilenamePath & """")
This is working ok. But in consolecontrol, How can i use ConsoleControl in my project. I need the user to run the script in my IDE and can see the result and exit code in this console.