Tagged Questions

0
votes
5answers
38 views

Possible to pass name/value as parameter into Windows Console Application?

Hello, Building one of my first console apps. This console app will run some stored procedures I'm defining. I would like to be able to pass in parameter values via the command l …
0
votes
1answer
15 views

VB.Net 3.5 and SQL Server 2005 Windows Chat Application

Hi Currently following is the project I need to submit for my college assignment: A vb.net chat application with a ms sql server 2k5 backend, max 100 users with file transfer, one …
0
votes
2answers
44 views

ClickOnce File Association

I have a console application that I'm deploying using ClickOnce. Once the user installs the program the associations are set but the associated program is the installer(ClickOnce …
4
votes
1answer
82 views

How can activate a glass effect (windows Vista/7) in a console application using Delphi

As I can activate the glass effect on my console applications. I am using Windows 7 and Delphi 2010. I found this application so it should be possible. Thanks.
0
votes
2answers
36 views

Calling an application from ASP.NET MVC

Im trying to see if it is at all possible to call an external (console) application from an ASP.NET MVC app. They will both be build and deployed on internal servers, and both will …
0
votes
1answer
34 views

Console App Service or ATL Service

I need to create a service. I know that you can do it with just a console application but it can also be done with ATL.. What are the benefits of the ATL Service vs a simple consol …
0
votes
1answer
26 views

NHibernate Session Management in Console App

I have core library of code which has multiple front ends. One front end is a WCF service, another is a console app that just launches some long running commands which perform fina …
0
votes
1answer
69 views

Write code for execution time on C# Command Line Application

I want to have my program execute a bunch of commands on load-time and this is in C# btw, but it's a console program, how can I do that?
3
votes
3answers
103 views

Capture coloured console output into WPF application

Similar to this question, except the console program being wrapped up in the WPF application produces coloured output, so it would be nice if I could capture the colour as well as …
0
votes
0answers
51 views

QT exited with code 0 on release

Hello, Does anyone have stucked on strange problem with QT Creator. When I try to build my simple console app in it with release in output window i see only: Starting C:\Use …
0
votes
1answer
26 views

WindowLess WinForm or Console app to launch .bat files?

I want to launch a .bat file through a scheduler. The .bat file calls a third party command line tool. What's the difference between doing this through a console app vs a windowles …
1
vote
3answers
54 views

Getting output from one executable in an other one

Hi there. I'm currently trying to get the output of an executable console-app into an other one. To be exact, a little overview of what I'm trying to do: I have one executable wh …
0
votes
1answer
22 views

Consume a WCF service from a console app as part of a SQL job?

I'm working with one WCF service which will be consuming records I queue up for it with another. Service A will package up an object containing a series of records (I guess an XML …
1
vote
4answers
101 views

How to set default input value in .Net Console App?

How can you set a default input value in a .net console app? Here is some make-believe code: Console.Write("Enter weekly cost: "); string input = Console.ReadLine("135"); // 135 …
0
votes
1answer
73 views

C# Console App System.Drawing Background Transparency Question

Hi All, Should be a quick and easy question. Does System.Drawing.Graphics.DrawImage() or Image.Save() by default make an image background transparent? I had to use System.Drawin …

1 2 3 4 5 9 next
15 30 50 per page