: how can i make an application to run minimized in systray?
:
:
Use ShowWindow(SW_HIDE) to hide the window and use Shell_NotifyIcon to create a systray icon in system tray and add message handlers to that icon . If you click on that you can display the progress of the app in a seperate thread.. or whatever,,,