Endless Paradigm

Full Version: Hide Window on Startup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Slushba132 Wrote: [ -> ]So I'm looking at my program I wrote and what it appears to do is start itself, and then start the process I want. Then since the program that started the process has a handle to that process it hides it's window =3
so it's essentially what you want but I guess you also want me to exit/hide the process that starts the process

EDIT:
My compiler is being stupid right now and won't let me start a new project, but c# and c++ 2010 are out now so I guess I'll upgrade them and then get right on this. Sorry for the inconvenience.

No rush, I doubt others on the network will see it in Task Manager, if that's what you're implying.

Thanks for your help Slush.
I know it´s an old thread, but just if someone stumbles across it (like I did), know that Fomine Netsend Gui has a command line switch when calling the executable.

You can type

Code:
NetSendGUI.exe /h


And it will start, then gracefully minimize to system tray.
I think /h stands for "hide".

Cheers!

Interesting! I might download a copy and play around with it again. Thanks for the tip asdfganon!
Pages: 1 2
Reference URL's