ole
Outlook Object Model - Detecting Mailboxes
I have a Delphi 2006 BDS application with the following code to iterate outlook mailboxes and then the Inbox and Sent Items within the mailbox:[详细]
2023-02-20 19:25 分类:问答Code runs with no errors until the "Send Error Report To Microsoft" comes up
I have some vb.net code which should print out labels using Teklynx LabelView software (which I\'ve had working before.)[详细]
2023-02-20 02:28 分类:问答Python instance to COM Object
I\'m having a bit of a play with using COM objects with Python and have run into a small problem. The COM object I am using has a method called SetCallback which takes a object, the mothod looks like[详细]
2023-02-19 23:26 分类:问答OLE Automation: How do i copy text between Word documents without using the clipboard
While doing som Word automation from Delphi XE, I have two documents open simultaneously. I want to copy the contents of a given range of one document to another range in the other document. How can I[详细]
2023-02-19 03:46 分类:问答UTF8 Text file reading problem .net
I have a CSV file that is UTF8开发者_StackOverflow社区 encoded.I would like to read it in using ODBC or OLE and the MS Jet Engine, but I cant find a connection string that supports UTF8.I have seen Ch[详细]
2023-02-18 12:25 分类:问答Error using ole automation to send CDO Email in SQL Server 2000
I am tearing my hair out on this one.Recently (about a month or so ago) some stored procedures we have on our SQL 2000 server stopped sending emails.We have several versions of the same stored proc in[详细]
2023-02-18 11:19 分类:问答Com error 800a03ec when i call PrintPreview() method of workbook
Show message of Com error 800a03ec when i can PrintPreview() of workbook m_spWorkbook->PrintPreview();[详细]
2023-02-17 22:45 分类:问答java.lang.IncompatibleClassChangeError using Scriptom 1.6 on Groovy 1.7.10
I try to use scriptom 1.6 on Windows 7 to connect to excel application. However I keep getting the error:[详细]
2023-02-17 20:20 分类:问答Set active printer in PrintOut OLE function
I use PrintOut function Excel::_ApplicationPtr app(\"Excel.Application\"); app->Visible[0] = false; Excel::_WorkbookPtr book = app->Workbooks->Add();[详细]
2023-02-17 15:57 分类:问答Unicode characters in OLE CSV import
I have the following code snippet.This is used to import CSV files that are supplied to us from multiple locations around the world.The file format is the same, and actually quite simple, First Name,[详细]
2023-02-17 04:57 分类:问答