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     
Hi Guyz... Please, help me out with this problem if you can..... I have a simple VB6 COM dll with one public class. MyDll.MyClass with...
Mykola Dolmatov
10-02-2003 03:28 PM
Mykola Dolmatov Go to last post
0 18
Hi, I've been looking for information on this for a couple of days, but could not find anything on that. I need to write an asp application which...
Roland Dick
10-02-2003 03:11 PM
AT Go to last post
1 15
In the world of COM, it's really easy for .NET code to interop with COM components, and vice versa via RCW's and CCW's. However, I am confused how...
AT
10-02-2003 11:03 AM
AT Go to last post
0 10
Hi, byte* p in my C structure is translated to IntPtr in C#. I want to copy contents given by p to byte created in C#. VS.Net doesn't allow this...
Zhihong Yu
10-01-2003 06:05 PM
Zhihong Yu Go to last post
2 11
Hi, According to MSDN, it's possible to use the Text Object Model to get an ITextDocument interface to a Microsoft Word...
Robert Jacobson
10-01-2003 01:36 PM
Robert Jacobson Go to last post
2 37
I'm trying to use TLBIMP to create interops for 2 COM components that reference different versions of ADO. ComponentA references ADO 2.1, ComponentB...
RayM
10-01-2003 05:35 AM
Vadim Melnik Go to last post
3 9
Can anybody tell me why this sample code leaves the EXCEL.EXE process still active? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e...
Tim Marsden
10-01-2003 03:56 AM
Tim Marsden Go to last post
2 16
Hi. I have a problem. When my COM+ component (written in VC++ 6.0) throws a exception to my .NET mobile web application (written in C#) the extended...
AT
10-01-2003 03:19 AM
AT Go to last post
1 18
Hi, I am trying to open SQL Server Enterprise Manager from my application. Enterprise Manager is in reality just a MMC snapin that runs inside the...
Nishith Prabhakar
10-01-2003 02:13 AM
Nishith Prabhakar Go to last post
2 19
Hi, anyone here worked with the P2P sdk yet? I am having some problem with Platform Invoke and PeerGroupCreate. This works great when I call it...
John A
09-30-2003 10:49 PM
John A Go to last post
0 19
Hi I would like my vb app to work with outlook 2000 and above. What is the method to get the appropriate reference(s) in my vb app? Thanks Regards
John
09-30-2003 08:39 PM
Jay B. Harlow [MVP - Outlook] Go to last post
2 18
OK Techies-- Help me out if you can, I've reached a serious impasse. I have 3 pieces to discuss. The first piece is an AIC component to...
AT
09-30-2003 07:36 PM
AT Go to last post
0 11
so I was saying... okay, after more looking around i've got this // public interface IMINE { int test(); }
Ray
09-30-2003 07:05 PM
Ray Go to last post
0 17
Has anyone used version 3 of Storage Tools?
Dave
09-30-2003 06:44 PM
Dave Go to last post
0 12
I have a COM DLL that creates VB .NET objects. I use this COM object in my ASP files. The ASP files work fine on my system but will not work...
Lisa Sonneson
09-30-2003 06:17 PM
Kevin Westhead Go to last post
7 17
I'm looking for someone to help me make sense of the results I'm observing when using the ThreadPool class in a COM-Interop scenario. Here's the...
Duane Pressley
09-30-2003 02:53 PM
Duane Pressley Go to last post
0 16
my strong named component is trying to access excel. when i try to build my app, i get the error, "referenced assmebly does not have a strong name"....
ToddT
09-30-2003 01:37 PM
Vadim Melnik Go to last post
1 12
How are the Marshal.GetManagedThunkForUnmanagedMethodPtr, Marshal.GetUnmanagedThunkForManagedMethodPtr methods used? How is the SignatureHelper...
Ashkan Daie
09-30-2003 12:58 PM
Ashkan Daie Go to last post
0 24
I am trying to use a COM object in a ASP.NET app (.aspx). I can successfully create the object but when I invoke a method I get...
Lawrence Lourduraj
09-30-2003 12:28 PM
Lawrence Lourduraj Go to last post
0 12
Hello everyone, I apologize for my English. I need your help and I hope I'm writing in the right newsgroup. I'm writing a web application in vb .net...
AT
09-30-2003 10:53 AM
AT Go to last post
0 29
Hi all, on my local machine is a vb.net application running with an object - xyobject . Then a second application is started and it should get...
Jenny
09-30-2003 10:19 AM
David Hinchliffe Go to last post
1 17
Hi, I'm encountering a problem while trying to create a C# object from ASP v3. The C# class is derived from ServicedComponent, has a strong name...
Itamar Shamshins
09-30-2003 08:05 AM
AT Go to last post
1 24
Any suggestions I have a class that is exposed as a com object. It dynamically loads a assembly into a separate appdomain and create a proxy onto a...
David Hinchliffe
09-30-2003 07:38 AM
David Hinchliffe Go to last post
0 11
Hi. I am trying to load an HTML file into htmlDoc using c#. I see that the document does not load, but I can not understand where am I wrong....
AT
09-30-2003 05:49 AM
Charles Law Go to last post
2 24
We have a custom COM component implemented in C++ (myLibrary). Applying tlbimp shows marshalling errors, which are to be expected. However, a...
joe pfeffer
09-30-2003 12:25 AM
AT Go to last post
1 32
Here is an interesting problem ... any ideas? In .Net (I am using C#), create a public class. Create a public interface with the function prototype...
Brett Roy
09-29-2003 10:22 PM
AT Go to last post
4 22
Excel automation depends on..... Excel. I think. Have you tried using the OLEDB provider for Excel? I believe that does not go through Excel...
Dino Chiesa [Microsoft]
09-29-2003 09:35 PM
Dino Chiesa [Microsoft] Go to last post
0 19
For now I have pull in interop assembly. Have created the lateBoundObj and Type from the assembly. But now am getting the following exception when...
AT
09-29-2003 05:21 PM
AT Go to last post
1 24
Thank You SSSSSSSSOOOOOOOOOOOOO much, that one little thing corrected it (the Ansi thing was me cutting snips from the different parts of the code...
Juan TuTree
09-29-2003 05:13 PM
Ray Go to last post
3 20
I am trying to invoke a method on a COM object that has a signature, HRESULT Foo( SAFEARRAY(BSTR)* vArgArray) I tried both of these MSIL...
Lawrence Lourduraj
09-29-2003 04:10 PM
Lawrence Lourduraj Go to last post
0 19
What would I need to do to get a UserControl to run in an ActiveX Container, like an ActiveX control? Thanks! Brian
Brian Adams
09-29-2003 02:57 PM
Vadim Melnik Go to last post
1 27
Hi All, I have a component that is used to do all file access operations. I have this component hosted in COM+ as a server application and runs under...
ShikariShambu
09-29-2003 02:56 PM
Bierdopje Go to last post
1 27
Hi, I have created a C# dll. I want to catch all the events fired by the dll in my VBScript. Here is my implementation of C# dll public interface...
AT
09-29-2003 02:40 PM
Sumit Go to last post
2 20
Mattias Sjögren <mattias.dont.want.spam (AT) mvps (DOT) org> wrote Would anyone have any sample code of handling the memory allocation and data...
AT
09-29-2003 11:57 AM
AT Go to last post
1 15
Hi can anybody help me. I am trying to hook into HTMLDocumentEvents2_Events on a mshtml web browser hosted in a windows form with the designMode...
Hiren Patel
09-29-2003 11:31 AM
Charles Law Go to last post
1 23
Hello, Has anyone seen a C# port of the SSPI code in KB180548? The sample provided is in C++. I'm looking for an alternative to the LogonUser API...
Josh Blair
09-29-2003 11:19 AM
Josh Blair Go to last post
0 16
Thanks! Yes. I think I have translated the interface properly (I am using VB.Net for this). However, I am a little fuzzy on actual...
AT
09-29-2003 11:06 AM
AT Go to last post
1 18
Mattias, That certainly sounds like my problem, although Microsoft are so confident of their fix that you cannot just download it! Do you know...
James
09-29-2003 10:45 AM
James Go to last post
2 30
Hi, Does anybody know if there are known problems with then Interop.Excel.dll created for Excel2000 by VS.NET 2003 framework 1.1. The event...
Tim Marsden
09-29-2003 10:15 AM
Mary Chipman Go to last post
1 15
Hi, I'm struggling with a COM Interop issue that only manifests itself on our production boxes. The app works fine on the dev boxes (furthermore, it...
AT
09-29-2003 09:04 AM
AT Go to last post
0 21
Hi, I am trying to open SQL Server Enterprise Manager from my application. Enterprise Manager is in reality just a MMC snapin that runs inside the...
Nishith Prabhakar
09-29-2003 04:33 AM
Nishith Prabhakar Go to last post
0 19
Can someone tell me why the follow code generates an error on the second line saying "Declaration expected"? Dim xlApp As Excel.Application xlapp =...
Don Norris
09-28-2003 11:55 PM
Don Norris Go to last post
0 18
Hi, Using several posts in this group I was able to piece together the code that was required to create a Windows.Form application that exposed a COM...
AT
09-28-2003 06:12 PM
AT Go to last post
2 29
Hello. Please forgive the cross-post, not sure where to direct this. I've been following the excellent tutorial for creating an IE toolbar using C#...
AT
09-27-2003 08:06 PM
AT Go to last post
0 20
This code copies the binary representation of an integer value <size> to an array of bytes (I think) I get the feeling there would be a .NET way of...
Shayne H
09-27-2003 06:58 PM
Christine Nguyen Go to last post
1 18
I am working in C# and I don't undersand why only Byte array work and not custom struct array work can someone explain me please. For example...
Devonline
09-27-2003 01:53 PM
Kevin Westhead Go to last post
1 19
Hi, I have a C# dll Registered as COm. I want to catch all the events fired in my VBScripts. I can call the functions but events are a whoel...
Sumit
09-26-2003 06:58 PM
Sumit Go to last post
0 34
I have a VB6 application that uses a .NET dll. Since our release, we have updated the .NET dll and we want to deploy the new dll to our customers....
MT
09-26-2003 05:39 PM
MT Go to last post
0 12
I get the following exception when my unmanaged code attempts to invoke the delegate that follows: Delegate Declaration: protected delegate...
Tyler
09-26-2003 02:46 PM
Tyler Go to last post
3 23
Hi- We have some .NET code that generates an event. The 2nd parameter of the event is a C# class we derived from EventArgs. A VC6 C++ client is...
Eric Brandt
09-26-2003 09:50 AM
Eric Brandt Go to last post
2 18
Post New Thread

Display Options
Showing threads 7501 to 7550 of 8307
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 - 2008, Jelsoft Enterprises Ltd.