dwmkerr / consolecontrol

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
723 stars 169 forks source link

How to use this control in my own IDE developed in vb.net #24

Open kcvinker opened 8 years ago

kcvinker commented 8 years ago

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.