Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi Folks,
I am currently using the attached component which remotely recalculates a Mathcad worksheet.
I would like to modify the script to allow simple calculate (F9) and not full recalculation (CTRL+F9).
I tried to change ".Recalculate" into ".Calculate", no success.
I tried to send a press key F9, still not working.
I will really appreciate your help there!
THX
-JM
Sorry, it's not possible.
I investigated the issue and i end up to the conclusion that i could do the job by launching autokey.exe (sendkey open source software) Do you know how to run external software tru a component? Thx a bunch .. Jm
I investigated the issue and i end up to the conclusion that i could do the job by launching autohotkey.exe (sendkey open source software) Do you know how to run external software tru a component? Thx a bunch .. Jm
Do you know how to run external software tru a component?
There's several examples here:
If it works, let me know. There are some other interesting things that could be done that way.