ref string[] parameter in idl dispinterface
Wed, 12 Mar 2008 18:04:50 +0100
Hello,
I want to pass a SAFEARRAY containing BSTRs by reference to a method in my IDispatch interface (local server). This works like a
charm without any type library from Visual Basic Script. Now I want to access the same method from C# with a type library (using the
same IDispatch interface). Unfortunately ...
|
0x80029C4A Error loading type library/DLL. Related to Outlook.Application.
Mon, 10 Mar 2008 13:50:58 -0500
I have a customer getting the above error in a program that uses the "Outlook.Application" object.
I have verified the registry looks ok (see the information below). How can I get more information
about the problem so that it can be solved?
Thanks,
Frank
------------------------
Subject: Re:
Outlook. ...
|
IMessageFilter and SERVERCALL_RETRYLATER
Fri, 29 Feb 2008 18:10:51 +0100
Hi, All,
I have an STA client that doesn't want to receive out-of-apartment calls
while it's waiting for an out-of-apartment call to return (except nested
calls), so I use an IMessageFilter implementation the
HandleIncomingCalls() method of which does this:
if (dwCallType==CALLTYPE_TOPLEVEL_CALLPENDING)
...
|
ole object alignment inCRichEditView
Tue, 26 Feb 2008 10:44:03 -0800
I used CRichEditView to display richtext format. It is unfortunately that the
CRichEditView could not display ole objects in-line with text surround them.
Do anyone can help me on this problem. Any suggestion is appreciated!
Thanks
--
work at forum.empkey.com ...
|
Sybase Connection
Mon, 25 Feb 2008 09:13:08 -0800
Hello,
I am using Sybase OLE DB Provider for VB6. My problem is that i set the
connection string : Data
Source=MYDB;Password=pwd;Provider=sybase.ASEOLEDBProvider;User Id=user;
And when i try this : cnx.Open i got this error :
"[SYBASE][OLE DB Sybase provider]Number contains an invalid character: True" ...
|
Addressing an underlying C++ class from VB
Thu, 21 Feb 2008 09:04:06 -0800
We have a COM library supplied by a hardware vendor contained in let's say
vendor.dll. The vendor SDK also contains header files and libraries for C++
development again using vendor.dll. It turns out that the COM implementation
is lacking certain functions which we need. The vendor's first support
respon ...
|
ole container
Thu, 21 Feb 2008 07:51:02 -0800
I posted this question on one of the .net newsgroups and didn't get any
response so I am trying it here.
I need to create a com container control that will behave something like the
bound object frame in MSAccess. A few years ago I would have done this using
ATL but for the past few years I have been wor ...
|
|
|
Issues with XP using a COM server exposed by service
Wed, 20 Feb 2008 01:28:01 -0800
Hi!
In C#, I have implemented a Windows Service that registers a COM server at
start using "CoRegisterClassObject".
This works fine in Windows2000 but on our new XP machines, COM tries to
launch the service .EXE instead of using the COM server registered by the
service. As services cannot be launched at ...
|
Out-of-Process Server Exception Handling
Tue, 19 Feb 2008 09:32:14 +0100
Hi,
I have implemented a standard COM server exporting its COM classes through IDispatch. It works like a charm, except if a division by
0 error occurs. The server is written in a language with a proprietary error handling mechanism in its runtime. If an error occurs,
normally an error handling function is ca ...
|
WM_PAINT processed while waiting for call to complete across netwo
Mon, 18 Feb 2008 11:35:00 -0800
When using DCOM across the network, on Vista, we get WM_PAINT messages while
waiting for the call to complete. This doesn't seem to happen on XP.
In ole32.dll!CCliModalLoop::HandleWakeForMsg, there is code that
specifically calls MyPeekMessage looking for WM_PAINT messages, then
dispatching them. Just befor ...
|