I finally succedeed to show the icon from tray - the problem is that the hole application isn't hidden. I use ShowWindow from user32: ShowWindow(Application.Handle, SW_HIDE); Is there a better way to hide it?
I finally succedeed to show the icon from tray - the problem is that the hole application isn't hidden. I use ShowWindow from user32: ShowWindow(Application.Handle, SW_HIDE); Is there a better way to hide it?