ive made a console program and now i want to run it in the background so nothing appeard on screan. It should be something like svchost.exe who's always running too. but i don't wanna user FreeConsole() because it looks like the program starts and disappears immediately. anybody who can help me?
Now just what would be the purpose of a console program running in the background, without a window? Sorry, but whenever we hear that someone wants something running in the background, we do a routine intensions check.
Ive made a windowd applicatio and now i can easily hide the screen by using ShowWindow(hwnd, SW_HIDE); but when i compile the program and run is i see a console screen behind my window application. That is just awful, does somebody know how to fix this? Please help me i almost solved this problem.
Yeah, this worked, but it is not the solution. When i start the porgram i see the console and it disappeard directly and after that my real window app starts. This is not the way i want to fix it and none of the apps i see have a console window behind the real application window. Any other ideas?