Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to make program appear, each time I boot computer, in system tray (like ICQ)?
One solution is Shell_NotifyIcon(). Kuphryn
Thanks for answer. Can you explain me in details what is Shell_NotifyIcon() and how use it.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shell\_notifyicon.asp
Creating icon in system tray I can do now. My current problem is to put that icon to system tray, when Windows 2000(for example) starts.
See the MSDN article Q179365.