Hi friends! I am working on a small program that should display an icon in the Windows system tray, without opening a "main window" on start. I do need, however, some windows (for the settings, mostly). What I did was:
1) Trying to set Visible to "False" (it was done already),
2) Setting WindowState to "Minimized",
3) Setting ShowInTaskBar is set to "stNever".
However, it doesn't seem to work. Is this due to some bug that I didn't read about? Or am I just doing things the wrong way?
Cheers!
