Top "Console-application" questions

A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.

Console App Mouse-Click X Y Coordinate Detection/Comparison

I have a game that I am working on in a C# console application, purely as practice before going on …

c# console-application coordinates mouseevent
How to get Doctrine ORM instance in Symfony2 console application?

Possible Duplicate: How can i inject dependencies to Symfony Console commands? I want to make console application, which changes some …

symfony doctrine-orm console-application
Unable to read data from the transport connection: The connection was closed error in console application

I have this code in console application and it runs in a loop try { HttpWebRequest request = (HttpWebRequest)WebRequest.Create(search); …

c# httpwebrequest console-application streamreader
Impersonate with username and password?

WindowsIdentity identity = new WindowsIdentity(accessToken); WindowsImpersonationContext context = identity.Impersonate(); ... context.Undo(); Where do i declare a administraotr UserName and Passowrd ? …

c# console-application impersonation
Using ELMAH in a console application

I just started using ELMAH and am a fan. My team supports a large number of web applications and I'm …

.net desktop-application console-application elmah
How can I obtain the named arguments from a console application in the form of a Dictionary<string,string>?

I have a console application called MyTool.exe What is the simplest way to collect the named arguments passed to …

c# .net string parsing console-application
Visual Studio 2017 c++ win32 console project template

I am on Visual Studio Community 2017 v. 15.3.1 and I can't seem to find Win32 console application or Win32 project. Still …

c++ console-application visual-studio-2017 project-template
Multiple consoles for a single application C++

Is it possible to create two console windows (one being the main) and the secondary being a pop-up like a …

c++ windows console-application windows-console
How do I make a console app always run as an administrator?

I have a console application that was developed to be called by a erp software. They call my app inside …

c# console-application uac runas elevated-privileges
How to receive Plug & Play device notifications without a windows form

I am trying to write a class library that can catch the windows messages to notify me if a device …

c# overriding console-application winforms wndproc