win32ole
how create date type of vbs in perl?
I have a dcom function need to be fed with date type. I\'d like to call it in my perl script, but I have no idea to create date typ开发者_开发技巧e in perl.[详细]
2023-02-26 03:14 分类:问答How can I use WIN32OLE safely from a rails app?
I\'m trying to use the win32ole gem in a Rails 3 app and running into some problems that I think are thread-related.Basically, I have code like this that I use to get user-specific data from our Activ[详细]
2023-02-14 14:48 分类:问答how do you enumerate WIN32OLE available servers?
Wasn\'t able to find an easy answer to this one... Anyway I\'ve seen some WIN32OLE code like this: WIN32OLE.new(\"MSVidCtl.MSVidWebDVD.1\")[详细]
2023-02-09 00:28 分类:问答How to use ruby win32ole to set Microsoft Exchange proxy settings?
using Outlook to access my work Exchange inbox via a HTTPS proxy used to be very straightforward until my employer changed the principal name I have to use. Mysteriously, in the background, the princi[详细]
2023-01-31 18:20 分类:问答Tracking COM object error in application
I was using an application and it was working perfect. After some months of not using it, I tried to run it and it doesn\'t work. It shows a message box saying that it cannot instan开发者_开发百科ce a[详细]
2023-01-31 16:19 分类:问答cant connect to remote machine using WMI and Perl
I\'m trying to write a script that will get event log information off of a remote windows machine using the win32::ole module and a WMI query.I can ping the machine but no matter what my WMI connectio[详细]
2023-01-31 15:41 分类:问答Win32ole, method to read URL from hyperlink instead of text? (Ruby, but not required)
I\'m working with WIN32OLE to read some data files in various states of disarray.I\'ve been able to read text from the majority of the files now using the Sentences and Shapes methods, however, for fi[详细]
2023-01-31 03:40 分类:问答Ruby bring window to foreground
I am using Ruby 1.9.1p430 (2010-08-16 revision 28998) on MS Ws7 with MS Office 2010 I have launched a copy of Word from Ruby using WIN32OLE:[详细]
2023-01-16 00:44 分类:问答Ruby Office Automation - cannot get event handlers to work in MSWord
Ruby version 1.9.1p430 running on W7 with Office 2010. I am trying to catch the DocumentBeforeClose event but I cannot even get close to get it to work![详细]
2023-01-15 16:19 分类:问答Why am I getting an exception when I try to set the value of a cell in Excel using Perl's Win32::OLE?
I am getting the error Win32::OLE<0.1709> error 0x80020009: \"Exception occurred\" in PROPERTYPUT \"Value\" at line 109.[详细]
2023-01-09 12:07 分类:问答