Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
refresh icon by function/macro
#1
i have a tiny desktop bar with a dialup button and want to
change the icon by status.
so how to refresh an icon on a bar ?

Code:
Copy      Help
str con = "tiscali"
str onico ="$my qm$\online\online.ico"
str offico ="$my qm$\online\offline.ico"
str status = "$my qm$\online\status.ico"
if !IntIsConnected(con)
,cop- offico status
else
,cop- onico status


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)