Invisible console?
-
Is there any way of creating a console program that runs without the user noticing? SOmething like a invisible console? I've seen an article that taught to do this, somewhere in CP, but I can't find it anymore.. :^)
-
Is there any way of creating a console program that runs without the user noticing? SOmething like a invisible console? I've seen an article that taught to do this, somewhere in CP, but I can't find it anymore.. :^)
Would
ShellExecut()
do it? -
Is there any way of creating a console program that runs without the user noticing? SOmething like a invisible console? I've seen an article that taught to do this, somewhere in CP, but I can't find it anymore.. :^)
The simplest way to do that I've found is to create a normal Windows application (one with a WinMain function), and then don't create a window.
Software Zen:
delete this;
-
Is there any way of creating a console program that runs without the user noticing? SOmething like a invisible console? I've seen an article that taught to do this, somewhere in CP, but I can't find it anymore.. :^)
Try these: http://codeproject.com/system/console_spawn_class.asp http://www.codeproject.com/threads/consolepipe.asp http://www.codeproject.com/win32/runsilent.asp
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb