HRESULTS not manifesting as exceptions...
Fri, 15 Feb 2008 11:42:00 -0800 (PST)
I have created an ActiveX control using MFC. I have methods that
return HRESULTS. I placed this control on a C# window. According to
Micrsoft, if a failing HRESULT is returned, then an exception will be
thrown on the C# side. Unfortunately, this is not happening. I have
used message boxes to figure out that ...
|
Attributed Events Sink Issue
Fri, 15 Feb 2008 04:33:00 -0800
Hi,
Is there some way to Create a attributed sink using __hook to non Attribited
COM Atl Component Source.
I tried doing it but it fails to compile in the __hook() functions saying
the event source and the handler dont match
Thanks and Regards
Vishu ...
|
How do I make multi users for incomming calls by using RTC Clieht
Wed, 13 Feb 2008 20:10:00 -0800
Hello
I am making the application which is the Interactive voice response(IVR) by
using the RTC Client API.
So I made the softphone which can only use to one person by using that.
As you know, the IVR must support multi users.
How would it be possible to make my application for the IVR?
If anyone know h ...
|
How to gracefully terminate threads when ActiveX container (internet
explorer) closes
Wed, 13 Feb 2008 13:27:14 -0800 (PST)
Hi all,
I'm developing an ActiveX control which spawns a UI thread. This
thread in turn allocates a BYTE * pointer and opens a file from disk.
All nice and dandy, except than when the user closes the browser, the
thread does not get a chance to end properly, so the pointer is not
released and causes IE to ...
|
Getting error E_UNEXPECTED invoking IActiveScript::ParseScriptText
Wed, 13 Feb 2008 08:49:04 -0800
I'm getting error code E_UNEXPECTED intermittently when invoking method
ParseScriptText under certain circumstances.
We are developing a COM object which downloads scripts via a web service and
executes them using JScript engine. We are using the COM object in three
different scenarios.
1) Native C++ co ...
|
RegisterInterfaceInGlobal deadlock
Tue, 12 Feb 2008 12:23:40 -0800 (PST)
hello,
My C++/MFC application is encountering a deadlock when calling
RegisterInterfaceInGlobal
It was working fine for quite a long time, but now this started to
happen.
I've searched for code diff's with previous releases but it's quite
hard to track down where the problem is, in fact the code where the
d ...
|
Array woes
Mon, 11 Feb 2008 18:48:25 +0100
Hi everyone,
I'm calling a method on a COM object via IDispatch from Visual Basic Script. One of the parameters passed in is an array with three
elements containing strings. It arrives in :Invoke as a variant with vtype being (VT_VARIANT|VT_BYREF). The variant it refers to has
a vtype of (VT_ARRAY|VT_VARIANT| ...
|
|
|
Our new website
Fri, 8 Feb 2008 15:37:20 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|
DCOM and anonymous access on XP/Vista
Fri, 8 Feb 2008 04:16:18 +0100
Hi all,
I have a question regarding DCOM security settings on XP/Vista.
Say I have a DCOM server and want to configure it for anonymous
access. (Btw the server is already started and the problem is just about
access rights, not start/activation rights)
On Win2K it was enough to add the Everyone identity to ...
|
Change the format of one cell
Thu, 7 Feb 2008 16:38:00 -0800
Hi.
Do you know how can I change the format of one cell using COM.
When I use Worksheet.cells.font.bold for example it changes the format but
it changes the whole book, and of course I need to have diferent formats
(font sizes, etc) in the sheet.
Please let me know
Thanx ...
|