Enter Keywords:
1 - 10 of 10(0.02 seconds)
Sort By:
 
I'm trying to access an olevariant object type using Delphi.  The object is passed through an event handler in the Active X library that I've imported. Here's what the event handler is defined a...
Zones: Delphi Programming, ATL / WTL / COM Prog...Date Answered: 04/05/2009 Rating: 6.6 Views: 79
Hi! I have a ActiveX component, that is giving me some problems. I'll try to explain : The ActiveX after install, was instaled correctly. However, there was another COM that didn't install, ...
Zones: Delphi ProgrammingDate Answered: 06/13/2002 Rating: 6.2 Views: 16
IN VB I have: Dim aArgs(2) As String   aArgs(0) = sFilePath aArgs(1) = "QuoteFileName" aArgs(2) = "N" Test.InvokeMethod("ABC", aArgs). Try to do the same from delphi. The problem ...
Zones: Delphi ProgrammingDate Answered: 11/08/2004 Rating: 6.6 Views: 83
I've got a function which returns an IUnknown in an OleVariant and I need to get the interface pointer out and call QueryInterface to see if it has an IDispatch interface. Using Delphi 5 I get "Inv...
Zones: Delphi ProgrammingDate Answered: 06/16/2006 Rating: 8.6 Views: 17
Hi all, i have a big pb with a C++ or VB translation for my soft in Delphi :/   Sorry for my bad english i'm french... http://support.microsoft.com/kb/256195/en-us  //Original C++ code is: ...
Zones: Delphi Programming, PascalDate Answered: 05/26/2007 Rating: 9.0 Views: 0
I am attempting to convert an array of TPoint to an OleVariant array and subsequently into a PSafeArray in order to use a function stored in a dll. I am aware of the post which illustrates the code...
Zones: Delphi Programming, Del...Date Answered: 03/24/2009 Rating: 9.3 Views: 0
I have an Activex component that I'm calling from Delphi, in VB the return value that i'm looking for is easy to read Private Sub m_rs_onReportCreationNotification(ByVal repordId As String, orderI...
Zones: Delphi Programming, ...Date Answered: 02/26/2008 Rating: 7.8 Views: 4
Using Delphi 2010 Imported a Type Library from a DLL written in VB The object _cTC2005 is created fine and I'm able to access most of the properties/methods. Function StockLists is defined as a ...
Zones: Delphi Programming, La...Date Answered: 09/04/2009 Rating: 9.2 Views: 4
I am working with M SHTML_TLB trying to access the properties of a frame using IHTMLFramesCollection2.Frames.Item(Index) which returns an OleVariant. I beleive that the properties of the frame are ...
Zones: Delphi Internet, Delphi ...Date Answered: 01/16/2008 Rating: 7.8 Views: 9
Hi Experts- I've been working with MS Outlook 2007 UserProperties and getting bizarre results, if any at all without OLEVariant errors occuring.  I'm relatively new to Outlook API code and need ...
Zones: Delphi Programming, Development S...Date Asked: 02/03/2009 Points: 500 Comments: 3
 
  • 1