COM Object Class Library Threading model
(1 messages)
Date: Thu, 23 Aug 2007 08:04:04 -0700
Hi
I have written an object in C# and exposed it as a COM object. This object
is used in a native application and that application creates one or more
threads that creates and uses its own copy of my C# COM object. ...
|
copy paste Excel.chart
(1 messages)
Date: Wed, 22 Aug 2007 18:32:43 -0000
Hi,
I am using a .NET interface for excel (Microsoft.Office.Interop.Excel)
and creating a chart programatically. I wanted to copy on chart and
paste it over another chart. Here is what I am doing (but without
success):
// ...
|
How to unload an assembly from OCX?
(4 messages)
Date: Mon, 20 Aug 2007 19:57:04 GMT
I have an OCX which interop a C# assembly. C# assembly needs to callback OCX in a method by parameter pointing to this OCX.
It works in the first time load. If I reload OCX, OnInitDialog() won't be called and app is hanged ...
|
Newbie to COM Interop
(4 messages)
Date: Mon, 20 Aug 2007 12:46:00 -0700
I'm trying to just learn how to call a COM component from a .Net application.
I am using visual studio 2005. Is there some sort of step by step tutorial or
book or something that somone can suggest. I'm real confused on ...
|
c# x64 COM Add References Problem
(4 messages)
Date: Mon, 20 Aug 2007 06:56:02 -0700
I have a problem building a c# project that references a COM object built for
x64. The problem is that the x64 DLL is missing under the "Add References"
COM tab for the C# project. Also when I attempt to add a reference ...
|
MAPI33.NET library and C++
(1 messages)
Date: Mon, 20 Aug 2007 04:55:25 -0700
Hello,
I want to use the MAPI33.dll in a project written in regular C++ using
VC 8.0
Is it possible ? What do I need to do ?
(I have posted this question in other groups but someone suggested me
to do it here)
Thanks ...
|
Tsuruda
(1 messages)
Date: Mon, 20 Aug 2007 01:41:25 -0700
...
|
Tsuruda
(1 messages)
Date: Sat, 18 Aug 2007 12:57:24 -0700
...
|
Helga
(1 messages)
Date: Sat, 18 Aug 2007 11:29:56 -0700
...
|
Britney
(1 messages)
Date: Sat, 18 Aug 2007 11:29:15 -0700
...
|
|
Unmanaged Code to CCW/C# problem
(6 messages)
Date: Sat, 18 Aug 2007 13:18:43 +0100
Hi
I have a C# DLL which has a method which accepts a string argument. This is
registered for COM. The resulting .tlb is then referenced in a native C++
DLL. I then wrap the method in a C++ method and add some trace ...
|
Triska
(1 messages)
Date: Fri, 17 Aug 2007 09:22:07 -0700
...
|
Com and .Net Interoperability problem
(2 messages)
Date: Fri, 17 Aug 2007 04:48:20 -0700
Hi I faced this Interoperability problem if any one have answers let
me know about it.
I developed the COM interface in VC++ as follows :
interface IModuleConfig
{
HRESULT SetValue(GUID guid, VARIANT* var);
}
class ...
|
VS2003, VS2005 and Office
(1 messages)
Date: Thu, 16 Aug 2007 21:54:47 -0400
Hey All,
On a development machine with both VS2003 and VS2005 (i.e. 1.1 and 2.0
Frameworks), is it required to point Office to the specific version of
Framework that you wish to work at any given time?
For example ...
|
What is DispId used for?
(1 messages)
Date: Thu, 16 Aug 2007 20:22:33 +0200
Hello!
I've read on MSDN [1] that it is necessary to mark methods and properties
with DispId in order to expose them to COM. But that doesn't seem
necessary. I've created interfaces and subclasses in C# and I have no
problem ...
|
Office XP PIAs
(9 messages)
Date: Wed, 15 Aug 2007 20:22:07 -0400
Hey All,
I downloaded and installed the Office XP PIAs but when I reference them from
within VS2005, I get a yellow explanation point with no information beside
the reference.
Any ideas?
Thanks,
TC
...
|
Cannot call simple WinApi function
(3 messages)
Date: Wed, 15 Aug 2007 13:50:55 +0200
Hi,
I've got stuck on calling the following WinApi function. I've tried lots of
different datatypes and read alot about which to use in the documentations,
but everything fails. Does anyone know how to do it?
The Call:
StringBuilder ...
|
Link errors 2028 and 2019 when compiling with CLR
(3 messages)
Date: Wed, 15 Aug 2007 14:35:13 +1000
Can anyone help me?
With the CLR switch off my projects compile and link fine but with it on
some classes defined in one dll are not linkable to another dll? I have
project dependencies set as well between the projects ...
|
using a modeless WinForms "application" from MFC
(1 messages)
Date: Tue, 14 Aug 2007 19:26:32 -0400
I'm in the process of adding a bunch of new .NET functionality to a (poorly
behaved) legacy MFC application. One of the things I'm adding is a "source
code editor" (ala VBA): the window should minimize/restore separately ...
|
IPersistStreamInit
(3 messages)
Date: Mon, 13 Aug 2007 21:12:03 -0700
I am accessing a COM object from C#. The COM object has a IPersistStreamInit
interface which I want to use.
Is the IPersistStreamInit defined in the .NET Framework? I couldn't find it
in system.runtime.interopservices ...
|