I am interested in making my own Hide to Tray program that will hide any program i choose to the tray. I already know how I'm going to do it.. all i need is to know how to hide another window.
In Visual C++ you do this->Visible = false; telling the main form's window to not be visible. I want to be able to do this to another window on your screen.
Any ideas?