You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: