minimizing to the systemtray

elloco999

Well-known member
Joined
Dec 21, 2004
Messages
49
Programming Experience
5-10
Hi,

Can anybody tell me how to minimize an application to the systemtray?

I don't know if this is at all possible for a console app, but if I have to change it to a windows app that won't be a problem...
Greets,
El Loco
 
drag the notify icon
use context menu and add menu to that
add context menu to notify icon
when u minimize hide the parent window
me.hide()
thats all
 
Thanks, I'll try that. 'But first, I've got to rewrite my app from an console app to an windows app...

Greets,
El Loco
 
Back
Top