Running console application as hidden

G

Guest

For a few reasons I can not use windows services in my application to be run
as scheduled job So I am using console application which will be executed by
windows scheduler.

I want this console application to be run as hidden. Any idea how to do this?

Thanks,
 
C

cksanjose

Does it have to be a console application? What I've done in the past is
use MSMQ. I created an application that is activated by windows
scheduler. This app wakes and reads all message on the queue and
process them

I hope this helps.
Cesar
 
B

Brock Allen

Change the Output type in your VS.NET project properties to Windows Application.
 
Joined
Mar 27, 2009
Messages
1
Reaction score
0
Changing output type from Console App to Windows App,
WORKS FINE:veryprou:

But how it can work? :hmm2:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,826
Members
47,373
Latest member
Desiree036

Latest Threads

Top