Giter VIP home page Giter VIP logo

consolehost's Introduction

ConsoleHost

ConsoleHost control / Embed Console In WinForms Project. Remember to leave a Star to the Project! Thank you!

Introduction

ControlHost allows you to enter a console as if it was a WinForms control. By default it loads a basic console. If the load fails, The plugin loads a HOST CMD.

You can also customize the process to be Hosted using the TargetProcess property of the control.

Preview

Preview

Preview

Known issues :

On some computers for some reason it does not write the Console.Writeline method. For this problem, it has been created in Start method:

ConsoleHost1.Unsecure_Initialize()

If the problem persists follow the steps below:

Enabling native code debugging redirects the console to the Output window. However, regardless of the native code debugging settings, I saw absolutely no results in any of the places until I enabled the Visual Studio hosting process.

This could have been the reason why simply disabling native code debugging didn't solve your problem.

Go to Project Properties -> Debug -> Enable Debuggers and make sure 'Enable Visual Studio Hosting Process' is checked.

Also enabling "Sql Server Debugging" prevents the console from working, make sure it is disabled.

Possible Uses

  • Custom CMD For script loading projects, Possibly you can create your own Script language and want to use ConsoleHost.
  • Custom development of Debuggers with console design.
  • Everything what your imagination wants.

Contributors

  • Destroyer : Creator and Developer. / Discord : Destroyer#8328

  • PinkAxol : She suggests this function, and I implement it, so it was his Idea or something ... / Discord : PinkAxol#9856

    Special thanks :

  • ElektroStudios: For its Class SetWindowState and other Functions.

consolehost's People

Contributors

byronbytes avatar destroyerdarkness avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.