08-26-2009, 06:50 PM
I am trying to use the function FindTrayIcon in an EXE but cannot use the function share. I cannot figure out how to use the CProcessMemory to replace it either.
FindTrayIcon in EXE
|
08-26-2009, 06:50 PM
I am trying to use the function FindTrayIcon in an EXE but cannot use the function share. I cannot figure out how to use the CProcessMemory to replace it either.
08-26-2009, 07:12 PM
The function returns toolbar control button id. If you need button index, can use acc instead. However it is not always the same as button id, especially on Windows 7.
Macro Macro1275
08-26-2009, 07:24 PM
FindTrayIcon with CProcessMemory.
Function FindTrayIcon2 ;/
08-27-2009, 10:15 PM
Thank you, worked perfect.
|
« Next Oldest | Next Newest »
|