Jump to content

ProcessClose systray icon doesn't disappear


Recommended Posts

Hi,

I have a very simple script here to shut down a process

If ProcessExists("p-rog.exe") Then ; Check if the process is running.
   ProcessClose("p-rog.exe")
EndIf
Sleep(1000)
Exit
 
The problem is that if the process has a systray icon, the icon doesn't disappear until the mouse pointer pass over it... is that a bug or something? Is there a way to avoid this (the program is launched and closed variuos times, so the systray tends to be filled in icons...) ?
 
Thanks!
Link to comment
Share on other sites


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...