RCMoonUnit Posted October 7, 2010 Posted October 7, 2010 I want to modify an icon in the systray which was created by a external program already running when my script starts . I'm assuming I want to modify its NOTIFYICONDATA structure (since that works fine for an icon I create myself). How would I do that? Can I create a new structure using the parent window handle? Won't it be bad to have two? If I can create a new one, how would I get a handle to the icon itself since the application might have brought it in from anywhere. (I can get a handle to the parent window OK). Thanks for any suggestions.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now