|
-
Jun 22nd, 2000, 09:03 PM
#1
Thread Starter
Hyperactive Member
how can i make an animated system tray icon (like icq when it receives a message)? can anyone help, please!!!!
-
Jun 22nd, 2000, 09:22 PM
#2
Addicted Member
if you know how to add a systray icon, then all you have to do is to add a timer and in the timer event add some code to change the icon every 1 or 2 seconds, i did not do it before but i would do it like this.
-
Jun 23rd, 2000, 12:59 PM
#3
Thread Starter
Hyperactive Member
i know how to put the icon on the systray, but if i put the code in a timer, it gets very weird. first it unloads the icon and then reloads it, this makes the systray, bigger and smaller continously. i hope u know what i mean.
-
Jun 23rd, 2000, 01:17 PM
#4
Lively Member
there is this hexadecimal number you cvan put in flag and it updates the icon......
hope sumone here knows the number..........
YC Sim
Teenage Programmer
UIN 37903254
-
Jun 23rd, 2000, 02:05 PM
#5
Lively Member
got it
use this
Shell_NotifyIcon &H1, tTrayIcon
it will update the trayicon specified in the handle of tTrayIcon.hwnd with the one specified in tTrayIcon, thus achieving the effect like ICQ does
YC Sim
Teenage Programmer
UIN 37903254
-
Jun 24th, 2000, 05:08 PM
#6
Thread Starter
Hyperactive Member
i cant get this thing to work
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|