Prev Previous Post   Next Post Next
Old 22nd July 2005, 22:55   #3
saivert
Banned
 
saivert's Avatar
 
Join Date: Jan 2001
Location: Norway
Posts: 927
LOL!!

You can write a small application in Delphi, C, C++ or whatever for this purpose. Using NSIS for such a task just doesn't work. NSIS is singlethreaded and only executes code in the context of the wizard pages. So you can't have it run forever waiting for arbitrary window messages (that you obviously want to hook). Don't spend time trying to make this trayicon application in NSIS. It's just a waste of time.

If you want to use C++, I have created a class wrapper for the Shell_NotifyIcon function Give me a PM and I will give it to you.
saivert is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump