Demonstrates how you can minimize your app to the system tray and reactivates it by double clicking on its registered file type in Windows Explorer, without leaving the second instance running.
Covers three techniques:
1-Hooking;
2-Registry functions;
3-SystemTray functions.
VB6 tested OK.