katem Posted October 16, 2008 Posted October 16, 2008 Hi, scripting is not my thing so this is probably an easy one but I cant find the answer. I'm using a web page to open word, excel, calc etc etc but when I use the following script, some programs open twice and some don't....? This is on the web page: Calculator This is the calc.vbs script: Set objApp = CreateObject("WScript.Shell") objApp.run "calc.exe" Any ideas why when I click once it opens twice? Thank you. Kate
ChrisH Posted October 21, 2008 Posted October 21, 2008 It must be picking up the mouse click as 2 events. eg mouse down, mouse up.
Lithium Posted October 22, 2008 Posted October 22, 2008 By the looks of it, you've got two items with the same name I know it shouldn't make a difference, but obviously it does - rename the form control and all will be happy
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