as long as the program embeds propperly, RR will not run multiple copies of it. I don't know anything about the program though.
I have a some question on CARCare used.
1. On start, the programm show a messagebox "Reminder Check". For this reason, CARcare don't embbeded, beacause waiting pessing Ok. That can I do at ExeTBL.ini for close this window.
2. CARcare can be run a many copy of application. Can I do, that on switch to, example, weather and return next on CARCare, don't run a another copy of CARcare?
as long as the program embeds propperly, RR will not run multiple copies of it. I don't know anything about the program though.
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
Ok, may be. Beacause app show a message box, it's don't embedded. May be for this reason run another copy of application. But what about first question? Can I press Ok button? SendKeys;{ENTER} don't work.Originally Posted by guino
I hope you dont use the SendKeys command.
The command should be "SENDKEY;{ENTER}"
If else fails you can use an AutoIt script.
WINACTIVE("{REMINDER CHECK}")
WINCLOSE("{REMINDER CHECK"})
When ever this reminder pops up run your AutoIt file. It will check for the active window and when it finds it it will be destroyed.
Bookmarks