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 ...
|
|
|
Error while compiling Win32 Program
Mon, 12 May 2008 00:01:01 -0700
c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\WinBase.h(4281) : warning C4229: anachronism
used : modifiers on data are ignored
c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\WinBase.h(4282) : error C2226: syntax error :
unexpected type 'LPSTR'
c:\Pr ...
|
Can we create a browser control without a window hosted it ?
Fri, 9 May 2008 01:23:50 -0700 (PDT)
Hi guys,
Can we create a browser control without a window hosted it ?
If we have a window to host the ActiveX control, we must use another
thread to handle its message callback. I want use a single thread in
application.
Thank you :) ...
|
Change WriteSpeed property using IMAPI
Thu, 8 May 2008 08:20:14 -0700 (PDT)
I'm trying to change the WriteSpeed of a DiscRecorder.
When i try to update it using IPropertyStorage->WriteMultiple, i get
the following error:
hr = 0x800706f4 A null reference pointer was passed to the stub.
when this is executed:
hr = lpPropStg->WriteMultiple(1, &propSpecifier, &propValue, 0);
Does anybody ...
|