11-26-2009, 01:02 AM
Hi everybody
I have successfully (partially) implemented the macro. I don't think I can make it work perfectly because I have McAfee anti-virus also running at start-up and because it is constantly updating itself it interferes with the macro.
I now have a strange nuisance: sometimes MS Instant Messenger runs and tries to create a new account. It seems to be a very old version (I have installed a newer version).
Here is the macro:
-----
act win("" "Shell_TrayWnd")
'W{}
'Z
'CAi
wait 0 WV "Connect PCCW" ;;wait for window visible
Acc a=acc("Connect" "PUSHBUTTON" win("Connect PCCW" "#32770") "Button" "" 0x1001)
a.DoDefaultAction
------
What is happening? Help!
I have successfully (partially) implemented the macro. I don't think I can make it work perfectly because I have McAfee anti-virus also running at start-up and because it is constantly updating itself it interferes with the macro.
I now have a strange nuisance: sometimes MS Instant Messenger runs and tries to create a new account. It seems to be a very old version (I have installed a newer version).
Here is the macro:
-----
act win("" "Shell_TrayWnd")
'W{}
'Z
'CAi
wait 0 WV "Connect PCCW" ;;wait for window visible
Acc a=acc("Connect" "PUSHBUTTON" win("Connect PCCW" "#32770") "Button" "" 0x1001)
a.DoDefaultAction
------
What is happening? Help!