florian Posted April 19, 2007 Posted April 19, 2007 (edited) Hi all, how can I make a window to minimize to system tray instead to task bar ? Thanks for any advices. Florian Edited April 19, 2007 by florian
MadBoy Posted April 19, 2007 Posted April 19, 2007 Hi all, how can I make a window to minimize to system tray instead to task bar ?Thanks for any advices.FlorianI'm not sure it's the best way but probably you would have to use GUI_HIDE (when minimize button is used) and then some kinda catching button press on systray icon (like a double click) and GUI_SHOW. GUI_HIDING should be preety easy, then take a look at TraySet* in help to do the rest. Hope that helps. My little company: Evotec (PL version: Evotec)
florian Posted April 20, 2007 Author Posted April 20, 2007 works fine, thanks FlorianI'm not sure it's the best way but probably you would have to use GUI_HIDE (when minimize button is used) and then some kinda catching button press on systray icon (like a double click) and GUI_SHOW. GUI_HIDING should be preety easy, then take a look at TraySet* in help to do the rest. Hope that helps.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now