HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Interop) microsoft.public.dotnet.framework.interop


Discuss in the Dotnet Framework (Interop) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Interop) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I have both Office 2003 and 2007 on my desktop. I am tryin to force VS 2005 to use the 2003 version bit keeps getting a refernce to...
george
12-19-2008 09:08 AM
Archibald Go to last post
7 112
Hi, I have a legacy c++ application which uses wxWindows to create it's GUI. We have ported it to VC 8 (2005) using the old syntax switch. Then we...
Saad
12-19-2008 04:08 AM
Saad Go to last post
0 86
I met one very strange problem in my XBAP, in my XBAP, there is a edit box , when the page was loaded: 1. if I preset the string (say...
Steven Tang
12-19-2008 03:32 AM
Linda Liu[MSFT] Go to last post
36 137
I've been banging my head on this for a week now. Everything worked fine on Vista 32-bit. Yet no fun allowed under Vista SP1 64-bit. I thought it...
Ed Sutton
12-18-2008 09:49 AM
Ed Sutton Go to last post
12 88
Hi, I am trying to read the results of a web page and display them in a web browser control. I am using .NET framework 1.1, though the clients...
Nandan Dharwadker
12-17-2008 03:01 PM
xirurg Go to last post
7 57
Hi I've created a xml dom document in vb6 and want to pass it to a vbnet usercontrol component which I'm hosting on a vb6 usercontrol. I'm not sure...
Simon Woods
12-16-2008 01:30 AM
Simon Woods Go to last post
0 15
I am trying o load a custom font in C#, so it is usable by COM libraries (like ESRI) and by GDI+. I want to load the font from disk and don't want...
Asher F.
12-14-2008 07:43 AM
Asher F. Go to last post
30 71
Hello newsgroup, i am working on a client in C#, which uses a C++-Com object (as exe). I made a reference to it in my C# project (Windows...
Armin
12-12-2008 05:23 AM
Armin Go to last post
21 74
We've got a transactional system, where transaction handlers can be added to the system dynamically, as long as they implement a known...
Joseph Geretz
12-10-2008 02:36 PM
Joseph Geretz Go to last post
3 11
Hi, this is a mixed question, half .NET and half Win32 so i will post this to several groups (Crossposted). Well, it is no big deal to use the...
Kerem Gümrükcü
12-10-2008 11:06 AM
Kerem Gümrükcü Go to last post
15 69
Hi all, I have a problem to call a COM component from C#. I always get a SafeArrayTypeMismatch. Here is the description of the function call...
ralphs
12-10-2008 05:59 AM
ralphs Go to last post
0 14
Hi I am trying to access a dll created in C# from Excel 2000. I have set the ComVisible attribute, used the sn.exe tool, registered the dll and...
Yuben
12-10-2008 03:33 AM
Yuben Go to last post
0 9
There is very strange assembly reference problem and loading problem I experience with my Outlook addin. Here are the detail (a long story :) ): I...
Sunny
12-09-2008 01:20 PM
Sunny Go to last post
6 9
Hi! We are using DSOFramer to host MS Word within our WinForm-based smart client app. Anywhere in our app, pressing F1 raises our context-sensitive...
Brian
12-08-2008 11:58 AM
guxiyou Go to last post
13 79
1) If I am using namespace System::Runtime::InteropServices class in my code, does it mean I am not using C++ Interop and I am using P/Invoke...
Raj
12-08-2008 01:26 AM
Ben Voigt [C++ MVP] Go to last post
24 71
I have two methods I need to call in a Delphi DLL. They are bother pretty simple but I am getting access errors so I must be doing something...
Capt Laser Man
12-08-2008 12:56 AM
Eusebiu Go to last post
9 11
I need to define a .NET interface in a manner in which it can be used for implementation as either a .NET or COM class. This should be definable...
Joseph Geretz
12-07-2008 09:09 PM
Joseph Geretz Go to last post
3 57
I am using a COM DLL function that takes a pointer to the first element in an array of short values. Foo(short* array) COM interop provides that...
Mike
12-07-2008 05:07 AM
Eusebiu Go to last post
3 12
Hello I use a C# asp.net webbapplication which call different COM object using the defined COM interface for each concrete C++ class. So at the...
Tony Johansson
12-06-2008 09:09 AM
Tony Johansson Go to last post
0 15
Hello. I have developed a COM object using ATL. It seems to work fine when accessing it from VB.NET most of the time. However, I want to use a...
Roger Stoller
12-05-2008 09:24 AM
John Smith Go to last post
3 10
Hello all, I have an existing native MFC application which I want to "launch" a C# form within as a child form. Is this do-able? If so,...
ZagNut
12-04-2008 11:45 AM
ZagNut Go to last post
3 15
I have a native DLL with a function that takes a structure as a parameter. I'm having problems getting data back from that structure. It doesn't...
James
12-04-2008 08:36 AM
James Go to last post
6 9
I have a C# project that I am trying to add Interop support to such that it can be accessed from COM. So far, I have interfaces set up for all the...
alicia
12-04-2008 08:10 AM
TDC Go to last post
3 57
Hi I have a callback function like this in a DLL typedef void (*fun)(char *s) i would pass from my code C# to a dll
Giuseppe Monteleone
12-04-2008 07:54 AM
TDC Go to last post
3 55
So I think I finally got reg-free com working for a VB6 application and a vb.NET interop .dll. However, it looks like there are problems since it...
sortasbsguy
12-04-2008 07:44 AM
TDC Go to last post
3 9
Hello, I have a C# WinForms application and C++ MFC dll. The MFC library exports methods for drawing to HDC. Is it possible to store HDC of...
developsc
12-03-2008 11:52 AM
developsc Go to last post
0 10
Hello, I've written a managed Form with some simple graphic controls aligned as I need. When I run it everything is fine. Then I've tried to launch...
wba
12-02-2008 10:09 AM
wba Go to last post
0 11
I'm passing an ADODB.Recordset from a VB.NET .dll (using interop forms tookit 2.0 template), and I'm using code from the msdn...
sortasbsguy
12-01-2008 06:05 PM
sortasbsguy Go to last post
0 16
I developed a native-C dll two years back. Now I want to put a managed wrapper dll so that I can provide very friendly interface to new...
Raj
12-01-2008 05:32 PM
Ben Voigt [C++ MVP] Go to last post
30 32
I am unclear about what all the requirements are to call a simple vb.net application, installed in the GAC, from COM (such as writing vba in Word...
Derek Hart
11-27-2008 05:30 PM
Joseph Geretz Go to last post
27 28
"Kevin Provance" <kevin (AT) remove_tpasoft_remove (DOT) com> wrote Well, you've proven yourself to be quite immature, Kevin. Only your misguided...
Kevin Provance
11-23-2008 02:57 PM
Al Reid Go to last post
3 16
I have a base class and a derived class which are both registered for COM/ActiveX access via Interop. When I create an instance of the derived class...
Joseph Geretz
11-21-2008 12:00 PM
Joseph Geretz Go to last post
3 60
Hi there, We would like to reuse Unix code running on Windows with Cygwin, along with a .Net WPF application. We don't want to rewrite the Unix code...
Oriane
11-21-2008 03:24 AM
Oriane Go to last post
39 134
Hi all, well, I know, the subject may reflect an FAQ, which is not answered in one or two sentences and I even know that there's a lot of...
Bernd Giesen
11-18-2008 09:56 AM
Bernd Giesen Go to last post
24 26
I'm trying to convert the following VBA code into C#: Set myApp = CreateObject("O.A") Set myItem = CreateObject("O.I") returnCode =...
Alex
11-18-2008 07:07 AM
Alex Go to last post
9 10
Hi there, we would like to make a call to a dll compiled with gcc from .Net. The original C code is lost (of course). Does it seem possible ? Best...
Oriane
11-17-2008 08:05 AM
Oriane Go to last post
6 11
i want to use my managed RCW so that it calls the COM objet on another machine. I don't want to use dcomcnfg to change the registry settings to...
sam.m.gardiner
11-14-2008 04:51 AM
sam.m.gardiner Go to last post
0 13
Hi! I've got VS 2008 (C#) and did a class library with an object that has a default constructor that can raise an exception. Now, I can create that...
Volker Hetzer
11-12-2008 01:39 PM
Volker Hetzer Go to last post
3 58
I hope someone can help me with this, I'm mostly a C# developer so my C and C++ skills are bad. I have a native C dll that is a plugin of a larger...
Kairos
11-05-2008 04:03 PM
Kairos Go to last post
0 56
I have a .NET assembly that contains some types visible to COM. One of these types is a serializable class looks similar to the following: public...
PReichert
11-05-2008 11:04 AM
PReichert Go to last post
0 13
Hello, I have to make a DDE-Connection from dot.net (as a Client). The DDE-Implementation from Brian Gideon...
manfred_kiener@web.de
11-04-2008 11:38 AM
Peter Kovach Go to last post
11 49
Hi, Please ignore the last two previous posts today. All of a sudden the posts were submitted even though I didn't hit the post button. We built a...
ClassicalMusicRocks
11-03-2008 04:07 PM
ClassicalMusicRocks Go to last post
3 9
***Please note this message is a repost from "microsoft.public.platformsdk.com_ole"*** I have a STA COM component which spawns multiple worker...
suhredayan
11-03-2008 02:47 PM
suhredayan Go to last post
6 14
Hi, Please ignore my previous post today. We built a Visual Studio 2005 C++ COM dll in process server(universal marshaler,Apartment threaded) . When...
ClassicalMusicRocks
11-02-2008 01:24 PM
ClassicalMusicRocks Go to last post
0 52
Hi, We built a C++ COM dll in process server(universal marshaler,Apartment threaded) . When we use a unmanaged C++ client with this cll, we can...
ClassicalMusicRocks
11-02-2008 01:12 PM
ClassicalMusicRocks Go to last post
0 12
I built a DLL in VB.NET, and registered it for COM operation. I copied it to another machine, where the .NET Framework v2.0 was installed, and...
MacDermott
10-31-2008 12:50 PM
Phil Wilson Go to last post
9 16
We have an intermittent problem with a com callable component created with ..net 2.0. This component is called in asp pages written in VB script on...
gsi
10-30-2008 03:30 PM
Samer Awajan Go to last post
6 13
I'm wondering how to work with IO completion ports and callbacks in .NET. I'm writing a named pipe server which needs to work on .NET 1.1, and...
nickdu
10-30-2008 03:15 AM
Jialiang Ge [MSFT] Go to last post
3 10
Is there any way to access the signature data of a DLL that is being accessed via PInvoke to determine the source of the DLL.
Pat Moran
10-29-2008 07:37 AM
xcal Go to last post
3 12
hi group, About calling conventions, to clean the stack is to remove only any parameters info from the stack, and/or any from place where such...
xcal
10-29-2008 04:46 AM
xcal Go to last post
6 14
Post New Thread

Display Options
Showing threads 251 to 300 of 8968
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.