Exacting OLE Object from ms-access table
Wed, 9 Apr 2008 02:46:05 -0700
how to extract the OLE Object from ms-access table using win32 (NO MFC)?
--
WM_QUIT
RLN ...
|
communicating across different desktops
Sun, 6 Apr 2008 11:58:01 -0700
Hello everyone.
This is my first post here and I have a question: is it possible to make COM
objects in different processes (a client and an out-of-process server)
communicate across different desktops, although in the same window station?
My doubt is that this isn't possible because COM's IPC is implemente ...
|
copy some files.xls (excel) to only one use win32::ole and perl
Fri, 4 Apr 2008 10:05:00 -0700
Help me please !
Hello , I have some excel files, I want to pass them to only one file ,
using win32::ole and perl. Tanks a lot. ...
|
Problem while modifying subject of a outlook express message
Thu, 3 Apr 2008 05:43:01 -0700
Hi,
I am trying to set the subject property of a OE message using IMimeMessage.
Here is the sample code snippet:
IMimeMessage *m_pMimeMsg = NULL;
HRESULT hr = storeFolder->OpenMessage(messageId,IID_IMimeMessage,(LPVOID*)
&m_pMimeMsg);
PROPVARIANT var;
var.vt = VT_LPWSTR;
var.pwszVal = L"Modified Subj ...
|
COM local server DCOM required???
Sun, 30 Mar 2008 20:08:00 -0700
Hi guys,
I have WinCE 5.0 industrial controller. The OS image does not have the
remoting component of DCOM. The image does not have rpcrt4.dll and hence no
rpcrt4.lib in the vendor's SDK.
I have an ATL based application which has the webbased UI. Is there a way to
get proxy/stub DLL that I have build and ...
|
Web Browser OnScroll
Thu, 27 Mar 2008 22:41:58 -0700 (PDT)
Hi there!
How can I catch the scroll event of webbrower control and
cusomerise it!
Cheers!
Alex ...
|
Spying on VB 6
Tue, 25 Mar 2008 13:38:21 -0700
I just (I think) need to know what VB 6 does for the one line:
Dim Document As New MSHTML.HTMLDocument
The answer to that question is off-topic for this newsgroup but I am asking
if there is a tool that could show me what VB does to create a HTML
document. I have confirmed that VB 6 does create a skele ...
|
|
|
Component help
Sun, 23 Mar 2008 14:07:00 -0700
Sorry if this is an easy problem, but I'm quite new at this and I can't seem
to find anything about what I want to do.
I want to create a method which returns the HRESULT as normal under C++ but
under other languages have it so you can assign the result directly.
An example would be
HRESULT Add([in] int ...
|
GetCommState() error
Thu, 20 Mar 2008 21:44:00 -0700
Dear All,
I am trying to open COM1 port for non-overlapped serial
communication in C++. I have used CreateFile() to get a valid handle to COM1.
There is no problem in obtaiining the handle.
Later i am calling GetCommState() to obtain the current serial port
settings. But this function call fails ...
|
Automation Server questions
Tue, 18 Mar 2008 15:41:00 -0700
I'm using VC++ 6 service pack 6 on Windows 2000. I'm working with an
automation server MDI application with the following requirements.
1) Can be started by user with visible interface.
2) Only one instance at a time.
3) If controlled by client, runs in background (invisible) initially.
4) Client(s) has opti ...
|