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 ...
|
Please review my INF file
Wed, 21 May 2008 07:49:01 -0700
Hi All,
Can someone help me in reviewing INF file that I am creating for an MFC
activex control? The control runs fine inside the activex test container but
I am unable to host it inside IE browser.
NOTE: I have included only relevant portions where I suspect the problem is.
Please find an explanation af ...
|
read office files using ole32.dll
Mon, 19 May 2008 10:10:57 -0700 (PDT)
Hi there,
I want to read my Office Files (DOC,XLS and PPT) files using ole32.dll
and C++ or C++.NEt.
I have googled a bit and found that i can read the contents of DOC
file by using Stogare and Stream, or let me say ole32.dll.
But i dont know how to read other things like embedded attachments.
Actually i want ...
|
Unable to initialize COM in VC Dll when invoked via C# application
Mon, 19 May 2008 18:28:18 +0530
Hi,
I have a C++ DLL, it exports some some plain C style functions. This
functions internally initializes COM and then MAPI. This works fine if I
use the DLL from a C++ application (I tested with a C++ Win32 console
application).
But, when I call/invoke those functions from a C# .Net application using
...
|
Extract Embedded Attachments from Office Files using ole32.dll
Fri, 16 May 2008 02:38:06 -0700 (PDT)
Hi there,
I want to extract OLE (DOC,XLS) and non-ole (PDF,ZIP,TXT) embedded
attachments from Office File using ole32.dll.
Is this possible.
If yes.. please help me..
If no, what are my options.
Thank yOu
miztaken
...
|
|
|
GetFileVersionInfo + #import
Thu, 15 May 2008 14:26:26 +0000 (UTC)
What is the most appropriate way to find out VERSIONINFO structure when
using some DLLs with COM objects with #import statement?
Let's say I have:
#import "progid:SomeWhere.SomeClass"
CoInitialize(NULL);
ISomeClassPtr pSomeClass(__uuidof(SomeClass));
...
Great now I have ISomeClassPtr which is a pointe ...
|
HOWTO Monitor COM Marshalling
Tue, 13 May 2008 12:18:01 -0700
I need to detect when COM performs marshalling into the Free Threaded
Apartment from the Apartment model of the main UI Thread. My guess is that
there is some sort of SendMessage operation involved under the covers when
this happens. What do I look for in a MessageHook in order to detect these
marshalling ...
|
MFC ActiveX and Vista
Mon, 12 May 2008 15:08:05 -0700
Hi All,
I developed a MFC activex control using VS 2008 - a very simple control that
accepts dragged files and displays their names. I have been able to test this
control using ActiveX Test Container and it works fine. However, I am not
able to host it on Internet Explorer 7.0. When I host it in an HTML pag ...
|