ole
Is there OLE Automation in Java?
Is it possible to use OLE Automation in Java? If not, why is it not possible in Java? I\'m looking to automate the exporting of excel spreadsheets in different format (ie, .csv etc...)[详细]
2023-03-20 05:17 分类:问答Error "The object invoked has disconnected from its clients" - automate IE 8 with python and win32com
I would like to automate Internet Explorer 8 (using python 2.7 on Windows 7) machine. Here is my code after a post found on SO:[详细]
2023-03-19 20:13 分类:问答Setting custom Open XML metadata
Background Custom properties in Open XML are stored in docProps/custom.xml and look like this (for a string):[详细]
2023-03-19 11:17 分类:问答TAutoObject in delphi lifecycle..?
I have a simple automation class like this: type TTest_COM = class(TAutoObject, ITest_COM) private Variable: TClass;[详细]
2023-03-17 21:37 分类:问答How can I kill OLE process?
Suppose OLE MS Word process does开发者_开发问答n\'t answer. How can I terminate it and restart?[详细]
2023-03-15 07:53 分类:问答Need to create COM DLL to use in Scripting like "Excel.Application"
I want to create a COM DLL using VSS 2010 and need to register to Registry. My aim is I want u开发者_开发技巧se that created DLL like \"Excel.Application\", \"Word.Application\", \"Wscript.Shell\" kin[详细]
2023-03-13 23:14 分类:问答OLE Automation objects
What is an OLE Automation object: wikipedia says: is an inter-process communication mechanism based on Component Object[详细]
2023-03-12 08:38 分类:问答Does a BSTR passed by reference need re-allocation in the calling function?
BSTR newID_x = SysAllocString(L\"newID\"); BSTR newX_x = SysAllocString(L\"newX\"); functionA(&newID_x);[详细]
2023-03-12 03:02 分类:问答Convert System.Drawing.Bitmap to stdole.StdPicture
I have a System.Drawing.Bitmap currently and I need to convert it into an stdole.StdPicture. Currently I\'m using:[详细]
2023-03-08 11:50 分类:问答Implementing drag-drop from Chrome on my .NET Windows form
Google Chrome has a handy feature where I can click a download link and drag it into a Windows Explorer window, and then drop.After dropping, Chrome then downloads the file and it appears where I drop[详细]
2023-03-08 03:02 分类:问答