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 everyone, Suppose I have created a COM object on Thread 1 which is an STA thread and assiged the obtained reference to a variable "myObject". Now...
Dmytro Lapshyn [MVP]
12-06-2005 10:28 PM
AT Go to last post
5 18
I have created a C# class library project in VS.NET 2003 that handles encryption. I have various methods that make calls to different algorithms...
Joseph Rea, Accord Software
12-06-2005 05:52 PM
Joseph Rea, Accord Software Go to last post
2 18
Hi Folks, I am writing a c# app that interacts with some scientific hardware (a "bird", which is just a magnetic tracker) through a C++ DLL. The...
marc joanisse
12-06-2005 02:50 PM
marc joanisse Go to last post
2 19
Hi, I have a C++ COM client that is accessing a C# com object. I have tried various ways to get a byte array from the com object unsuccessfully. I...
AT
12-06-2005 02:14 PM
Willy Denoyette [MVP] Go to last post
1 35
I need to pass an array of the following structure from c# into unmanaged c++: struct MyStruct { public int dataType; // Indicates Int, Double or...
Dave Moran
12-06-2005 08:11 AM
Dave Moran Go to last post
3 15
I am trying to disable the the default behavior (pop-up) when doubleclick on object within Excel Chart. I created a program to try...
jpl
12-05-2005 09:31 PM
AT Go to last post
7 10
Hi, I have created an assembley in vb.net by adding a class based on the component tempate to my project. I have a public function called send that...
nigel.stephens (AT) parasolit (DOT) co.uk
12-05-2005 04:38 PM
Todd Beaulieu Go to last post
1 15
Hi, I have a component that converts webpage to PDF. it makes use of ActivePDF's APServerNet and APWebGrbNet I have referenced the dll in my...
Stephen
12-05-2005 04:34 PM
Stephen Go to last post
2 12
Hi: I have created a .Net (VB.Net 2003) COM object and I can access it from a VB 6.0 project and it works fine, but when I call it from a vbs file...
Bones Brigadier
12-05-2005 04:08 PM
Todd Beaulieu Go to last post
1 12
I'm trying to call a .net DLL from within the VB6 IDE. The DLL is strongly named and not being installed in the GAC. To get around that,...
Todd Beaulieu
12-05-2005 04:04 PM
Todd Beaulieu Go to last post
0 21
Sorry if this has been asked before: I have a VB.NET add-in app (dll) that is loaded into a commercial application. Unfortunately it needs the VB6...
Neil Munro
12-05-2005 01:03 PM
Neil Munro Go to last post
0 16
Hi, We have an interesting problem. A nice achievement of the .NET Framework is to pull off inheritance across language boundaries. As...
BGU
12-05-2005 12:01 PM
Patrice Go to last post
2 13
Dear all, I am having troubles testing my .Net Web Services with Java client. The Sun ONE Studio provides tools to generate proxies from WSDL and...
Al Amri
12-05-2005 07:47 AM
Al Amri Go to last post
0 25
I have a COM inteface written in .Net which takes a Decimal as parameter but it become "wchar_t" in idl how can i specify in .Net to marshal it as...
Baron
12-05-2005 04:19 AM
Baron Go to last post
0 23
Hi folks, I'm trying to call a COM method that has the following signature: long Foobar(long category, VARIANT* handle_list); The documentation...
Gordon Brooks
12-04-2005 10:26 PM
VijayS Go to last post
3 36
Perhaps this is a known issue, perhaps there is a way to go around. I'm using ..NET 1.1 and working with Direct Show Filter Graphs . A .NET class is...
JMS
12-04-2005 11:19 AM
JMS Go to last post
0 19
I am trying to pInvoke into a very simple C++ dll I have created, from my C# winforms app. I start by creating a C++ dll using the VC8 wizard,...
dxben
12-04-2005 09:54 AM
Vadym Stetsyak Go to last post
1 14
Hi all, I am trying to make a class implemented in C# usable from a VB6 application. In particular, the client VB6 code is supposed to handle events...
Yarik
12-03-2005 03:15 AM
Yarik Go to last post
0 17
Hi, I came across the following KB article regarding the use of MSXML in...
DavidCoghlan
12-02-2005 09:38 PM
AT Go to last post
5 24
I am currently looking to be able to read information from Active Directory into a data warehouse using a C# solution. I have been able to access the...
Martin Robins
12-02-2005 01:08 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
7 13
I have an unmanaged C++ program that displays a printer dialog and then asks my C# program to perform the printing operation. What printer info do...
AT
12-02-2005 10:26 AM
AT Go to last post
0 12
Hi I wish to have TlbImp generate source code and partial classes (similar to the way the XSD->Dataset generator works). That way, I could...
AT
12-02-2005 09:25 AM
AT Go to last post
0 13
Hi, I need to understand how to get a VB.NET app to work with Outlook 2003. I finished my app. I developed it on a machine with Office...
Larry
12-02-2005 08:45 AM
Larry Go to last post
1 14
Hello! How can I make a .NET dll (registered for COM, to be used by a VB6 app) so I don't have to make a new reference in the VB6 app everytime I...
Miro
12-02-2005 03:45 AM
Miro Go to last post
0 14
I did this: Dim objWord = New Word.Application and developed a spell check app based on it. For the above I found I had to add a reference...
**Developer**
12-01-2005 11:03 PM
**Developer** Go to last post
4 32
Hi, I'm having trouble using a RCW for a dll I created, I receive the "Access is Denied" error message from my ASP.NET application. In my MCP...
AussieBob
12-01-2005 07:33 PM
AussieBob Go to last post
2 20
Hi, I am kind of stuck with this problem when trying to use the COM interop functionality of .NET. I am working on .NET 2.0 FCS on Windows 2000...
AT
12-01-2005 06:38 PM
AT Go to last post
1 14
(This was originally posted to microsoft.public.adsi.general, but it was recommended that I post here due to the core cause of the issue.) My goal...
Shadow Lynx
12-01-2005 06:14 PM
Shadow Lynx Go to last post
0 14
We have a bit of an odd Interop issue (we think). We have a COM dll registered on the DEV machine. In IDE, our .net app references that COM dll and...
AT
12-01-2005 05:56 PM
AT Go to last post
2 12
A quick question, if we create a PIA in .NET 1.1 is it still OK for use in 2.0 (or 1.0) as it gets stored in the GAC or do we need to always create...
Rachael House
12-01-2005 04:43 PM
Rachael House Go to last post
0 14
There are some features that we want to use from .NET FW 2.0 in our product but we are not ready to do a total transition to 2.0 on the server side...
arc
12-01-2005 03:36 PM
arc Go to last post
0 17
I'm wanting to create a quick interop version of a COM ocx and am doing so using tlbimp.exe. The problem is that now, I want the output to be...
Richard T. Edwards
12-01-2005 01:02 PM
Richard T. Edwards Go to last post
5 16
I am trying to make my VB.net application a COM object so it can be accessed by a VFP application. On the development computer I was able to compile...
Curtis
12-01-2005 10:58 AM
Dmytro Lapshyn [MVP] Go to last post
3 11
or would I have to use C# or C++?
jg
12-01-2005 04:55 AM
Dmytro Lapshyn [MVP] Go to last post
1 11
Hi, I was wondering if anyone had any success in loading and unloading the .net framework from a process. I can successfully load the framework,...
Kevin Darby
11-30-2005 10:09 PM
AT Go to last post
7 23
Hi, I've got into a mess with COM Interop for a projet I'm doing and I need some assistance. heres the scenario, we've got two COM components (GUI...
Rachael House
11-30-2005 07:12 PM
Rachael House Go to last post
0 17
I have a C# class with a COM Wrapper and this works fine. But I need to be able to share this data for several VB6 instances and haven’t been able...
MichaelB
11-30-2005 05:21 PM
MichaelB Go to last post
0 11
I have a c# application where I use the Mediaplayer 9 control. All works fine and deploying it to other systems, also went fine. But a couple of...
Richard Loupatty
11-30-2005 04:37 PM
Richard Loupatty Go to last post
0 11
Hi, I'm completely new to ASP.NET, so this could be a stupid question. I'm Using VS.NET 2003 to create a simple ASP.NET 1.1 Web App. I have...
Greg Doherty
11-30-2005 03:54 PM
Greg Doherty Go to last post
0 10
Hi All, I have a C# classlibrary assembly that implements couple of COM interfaces(CA1 implements IA1 & CA2 implements IA2). This assembly...
Eswar
11-30-2005 07:53 AM
Eswar Go to last post
0 18
HI, I'm trying to use the MsProject COM Project to import data from a MsProject file to an oracle database. I've tried to use this code : HI, I'm...
Mohamed Zied Nouira
11-30-2005 03:01 AM
Mohamed Zied Nouira Go to last post
0 21
Is there a way to access and use CustomDocumentProperties in the Word Object Library other than using the InvokeMember of the Type? Any attempt to...
James
11-30-2005 12:53 AM
AT Go to last post
1 14
I have a VB.NET app. calling to Excel using an interop assembly and am having huge, unreasonable performance issues. To save a workbook takes 5 to 6...
pearsons_11114
11-29-2005 01:05 PM
Jan Go to last post
5 39
I using COM+ Components written in C++. I have written a .Net Service in C# when I run my service as an application everything works well. But when...
Markus Schneider
11-29-2005 11:43 AM
Markus Schneider Go to last post
0 22
I wrote a service (activated via Remoting) which dynamically creates a comma- delimited data file, instantiates MS Word on the server, performs a...
Darren Mart via DotNetMonster.com
11-29-2005 09:34 AM
Darren Mart via DotNetMonster.com Go to last post
0 23
I currently have a .net library iwth a couple of classes in it. These classes get the current identity from the thread to get access to a couple of...
Eric
11-29-2005 09:19 AM
Eric Go to last post
0 15
Greetings, I'm trying to join a computer to a domain by using NetJoinDomain from netapi32.dll. I found the signature on pinvoke.net, but am having...
Pyerwoh
11-29-2005 02:14 AM
Dmytro Lapshyn [MVP] Go to last post
1 42
Hi again, I created a thread some days ago, while I was trying to access a C++ DLL using my C# program. First of all, I want to thanks all the...
Laurent
11-28-2005 04:35 PM
Egbert Nierop \(MVP for IIS\) Go to last post
1 19
i'm migrating my app to .Net and got an error when my ASP3 code calls my C# class, when i create an instance of my C# class using createobject my...
Zshan
11-28-2005 12:49 AM
Zshan Go to last post
0 20
I posted a message on 11/17 and as a Microsoft Certified Partner, when using this alias, we are supposed to get a guaranteed turnaround. Does anyone...
TAPIGuruFred
11-27-2005 12:22 PM
news.microsoft.com Go to last post
2 20
Post New Thread

Display Options
Showing threads 2401 to 2450 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.