consolecontrol
ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- screenshot.png
- AssemblyInfo.cs
- Console.ico
- ConsoleControl.bmp
- ConsoleControl.cs
- ConsoleControl.csproj
- ConsoleControl.designer.cs
- ConsoleControl.nuspec
- ConsoleControl.resx
- ConsoleControl.snk
- ConsoleEventArgs.cs
- KeyMapping.cs
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- ConsoleControl.snk
- ConsoleControl.WPF.csproj
- ConsoleControl.WPF.nuspec
- ConsoleControl.xaml
- ConsoleControl.xaml.cs
- RichTextBoxExtensions.cs
- AssemblyInfo.cs
- ConsoleControl.snk
- ConsoleControlAPI.csproj
- ConsoleControlAPI.nuspec
- Imports.cs
- ProcessEventArgs.cs
- ProcessInterface.cs
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- ConsoleControl.bmp
- Control_TextBox.bmp
- Delete.bmp
- FontDialog.bmp
- GotoShortcuts.bmp
- Information.bmp
- NewWindow.bmp
- Play.bmp
- Stop.bmp
- Warning.bmp
- app.config
- Console.ico
- ConsoleControlSample.csproj
- FormConsoleControlSample.cs
- FormConsoleControlSample.Designer.cs
- FormConsoleControlSample.resx
- FormNewProcess.cs
- FormNewProcess.Designer.cs
- FormNewProcess.resx
- Program.cs
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- ConsoleControl.png
- Control_TextBox.png
- Delete.png
- GotoShortcuts.png
- Information.png
- Play.png
- Stop.png
- App.xaml
- App.xaml.cs
- Console.ico
- ConsoleControlSample.WPF.csproj
- MainViewModel.cs
- MainWindow.xaml
- MainWindow.xaml.cs
- Apex.dll
- build.ps1
- ConsoleControl.sln
- SharedAssemblyInfo.cs
- .gitignore
- appveyor.yml
- LICENSE.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/dwmkerr/consolecontrol
Downloads the entire project code from GitHub to your computer.
cd consolecontrol
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd source/ConsoleControl.WPF
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
