This is my first post, so first I'd like to say hello. Hello! Ok, on to the question:
At work, we use a web based program that has an ActiveX control that, when a button is clicked, launches word and transfers data from the web server to microsoft word. The ActiveX control uses two functions to start and check that word is running: startWord and IsWordRunning.
My question is: Is there any known way to trick ActiveX controls into thinking that winword.exe is running while running open office.org. I know that the when data is sent from the web server it comes as a formatted RTF document, which is saved in a temp file. The only problem is, when I click the button to begin the transfer, I get an error saying "cannot start word."
Also, I have already tried renaming abiword.exe ( a free word processor) and openoffice.orgs word processor to winword.exe. I've also placed both those files and their associated dll files in the Microsoft/Office directory, and it didn't help.
Any ideas?
At work, we use a web based program that has an ActiveX control that, when a button is clicked, launches word and transfers data from the web server to microsoft word. The ActiveX control uses two functions to start and check that word is running: startWord and IsWordRunning.
My question is: Is there any known way to trick ActiveX controls into thinking that winword.exe is running while running open office.org. I know that the when data is sent from the web server it comes as a formatted RTF document, which is saved in a temp file. The only problem is, when I click the button to begin the transfer, I get an error saying "cannot start word."
Also, I have already tried renaming abiword.exe ( a free word processor) and openoffice.orgs word processor to winword.exe. I've also placed both those files and their associated dll files in the Microsoft/Office directory, and it didn't help.
Any ideas?