all groups > dotnet interop > december 2006 > threads for december 1 - 7, 2006
Filter by week: 1 2 3 4 5
Can .NET Class Implement a COM Interface?
Posted by Joseph Geretz at 12/7/2006 5:01:18 PM
We provide the ability for third party developers to add their own 'Plugin'
modules to our application, by providing developers with an interface
definition (IPlugin). As long as their classes implement our IPlugin
interface our application can ommunicate with them. Classic VB6 interface
inh... more >>
How to use managed C++ dll in unmanaged code(C++ application).
Posted by sreelakshmi.rajula NO[at]SPAM gmail.com at 12/7/2006 2:08:25 AM
I've a managed c++ dll. How can I use this in unmanaged C++
application.I am using Visual studio 2005.
I read something about regasm....May I know how can I use that?
Thanks in advance.
Regards,
RSL.
... more >>
Why do I need regasm /codebase in this scenario?
Posted by Eric at 12/6/2006 1:25:25 PM
Hello,
I have a .NET dll, it's in the c:\myfiles\bin directory. I went into a
Visual Studio 2005 Command Prompt changed directory to the
c:\myfiles\bin directory and ran a regasm /tlb MyDotNet.dll, so I
inside my c:\myfiles\bin directory I have MyDotNet.dll and
MyDotNet.tlb.
I then start ... more >>
CorBindToRuntimeEx() fails
Posted by Chuck C at 12/5/2006 11:07:04 AM
I am having some trouble getting CorBindToRumtimeEx() to return S_OK on one
particular machine of mine. It is an older system that has VS2003, 6.0 and
..NET Frameworks 1.0, 1.1 and 2.0 installed. I am thinking that there is
some sort of conflict going on or that the version of the CLR I am
... more >>
expose .NET component through COM and events
Posted by Tomasz Grobelny at 12/4/2006 5:54:19 PM
I want to write .NET component and use it in my legacy C++ application.
All works fine but somehow event handling does not work as expected. The
C# code is as follows:
using System;
using System.Runtime.InteropServices;
namespace Bank
{
// Interface to allow COM clients to use events.
... more >>
Changing DisplayNames of my properties using PropertyGrid component, how ??
Posted by Tugrul HELVACI at 12/4/2006 5:08:27 PM
I'm using Delphi 2006 and I have a class defination like this:
TPerson = class
fPersonName : String;
fPersonSurName : String;
fPersonAge : Integer;
published
property PersonName : String read fPersonName write fPersonName;
property PersonSurname : String read fPersonSurname write ... more >>
.NET interop with multiple versions of Office (2002 and 2003)
Posted by Sebastian Daser at 12/4/2006 1:59:29 PM
Hi,
I am adding a function to my VB.NET application that allows reading data
from an Excel file. I have added a reference to "Microsoft Excel 11.0 Object
Library", since I have Office 2003 on my PC.
This is working fine so far, but the application will also be installed on
PCs with Offic... more >>
WARNING: Office XP PIAs Cause Office 2000 Apps to Fail
Posted by wilsonj8234 NO[at]SPAM yahoo.com at 12/4/2006 6:13:05 AM
I am developing an Excel automation app. where I have only Office 2000
installed on my machine. Unfortunately I installed the Office XP PIAs.
This caused my app. to no longer interface with Excel. It appears
that even though I was using Excel 9.0 as my COM reference, the system
wanted to poin... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|