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?

Recommended Answers

All 2 Replies

You can use the functions in process.h try taking a look at them

Couldn't Find much there :/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.