how to pass pDisp
Wed, 4 Jun 2008 16:12:01 -0700
Hello,
I added a reference to a com object (activeX) in C# application,
that allows me to access methods of an application running in internet
explorer.
But when reading out information, I need to wait until the application has
finished it's current instruction.
The class has the following method:
void ...
|
Com Error
Wed, 4 Jun 2008 14:05:44 -0700
I built Microsoft's example c++ program for accessing the fsrm data which I
found at:
http://msdn.microsoft.com/en-us/library/bb870619(VS.85).aspx
When I try to run the program I get this error:
CoCreateInstance(FsrmQuotaManager) failed, 0x80040154
I'm not very familiar with Com so I wonder i ...
|
Internet Explorer 7 BUG [???]
Wed, 4 Jun 2008 00:26:05 -0700
Hi,
I am using Internet explorer version 7.0.5730.13, I have implemented
COM object that periodically calls an asynchronous JScript callback
method, having this running for ~40min result an access violation exception,
an exception that is not directly related ( or not related at all ) to the
COM object use ...
|
Error: Automation type not supported in Visual Basic
Tue, 3 Jun 2008 12:14:02 -0700
I have the following typedef in an IDL file with a VC++ 2008 program:
typedef [public] IDispatch* MyDispatch;
typedef [public] IDispatch MyDispatch2;
When I declare a variable such as the following in Excel 2007 VBA, I get the
error "Automation type not supported in Visual Basic":
Dim X as MyTypeLib.MyDi ...
|
Re: How to embed OLE ActiveX Control from a dropped file in MS WOR
Sun, 1 Jun 2008 13:09:00 -0700
Hi Mento,
Thanks for your answer, I am exactly facing the same problem. I could able
to get the name of the dropped file in the function OnOpenDocument, but I am
unable to save that filename to enable me to draw in COleServerItem::OnDraw
method. Could you tell me how you could retain the file name you got ...
|
com programming help
Fri, 30 May 2008 06:21:00 -0700
hi...
i am new to the COM technology.
i know how to interface with com n basics...now i need to develop an
application that
it has to detect the keyboard as device n what ever i have given i/p from
keyboard it has to be appear in hyperteminal ..we have known that we can use
hypertemnal to access the com p ...
|
ASP to COM to .NET Interoperability Problem
Thu, 29 May 2008 10:26:00 -0700
We have an ASP application which needs to access a .NET application through
COM. We have implemented this interface with a multithreaded COM object
written in C++ which accesses a .NET dll written in C# through a COM
interface. The .NET dll contains interface code to the .NET application to be
accessed by AS ...
|
|
|
Create a COM Object Using VB Dll.
Mon, 26 May 2008 11:49:06 -0700 (PDT)
Hi All,
Can any body suggest me how to create a COM dll using VB dll. i
am having good understanding on COM but i had never worked on a COM.
So can any body expalin me how to create a COM object using VB dll. if
any body expalin with sample snippets it will be very great help.
regards
Rasheed. ...
|
Using COM reference from another apartment without marshalling
Fri, 23 May 2008 09:44:42 -0700
Hi
I'm looking at some code that passes a COM reference from thread A in the
main STA to thread B in another STA without marshalling. Thread B uses the
COM object with no apparent problems. However, on my understanding of these
things, the reference should be marshalled through the GIT.
The COM object is ...
|
Help with distributing CAB
Wed, 21 May 2008 07:54:00 -0700
Hi All,
MFC ActiveX control that I am developing has dependency on VC++
redistributable runtime which can be downloaded from:
http://www.microsoft.com/downloads/details.aspx?FamilyID=d5692ce4-adad-4000-abfe-64628a267ef0&displaylang=en
My question is if I want to include this runtime in my CAB file what is ...
|