system tray

Posted By: Kartoffel

system tray - 08/30/15 09:40

Hey there, this time I've got something different:

Is there a way to minimize the acknex window to the system tray (icons on the bottom right corner)?

I bet there's no built-in engine function for that and it's most likely possible using the windows API.
However, since I rarely use the win api I'd like to ask if there's anyone who's already done this before,
which would speed things up alot for me. smile
Posted By: Ch40zzC0d3r

Re: system tray - 08/30/15 13:05

https://msdn.microsoft.com/en-us/library/windows/desktop/ee330740(v=vs.85).aspx

Code:
BOOL Shell_NotifyIcon( DWORD dwMessage,PNOTIFYICONDATA lpdata);



Demo: http://www.codeproject.com/Articles/74/Adding-Icons-to-the-System-Tray
Posted By: Kartoffel

Re: system tray - 08/30/15 14:18

Thanks! I'll give it a shot.
© 2024 lite-C Forums