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     
If you create a new VS.Net 2005 Windows application, add no code at all, but add a reference to the COM "ActiveDS Type Library" and "rebuild all"...
Dave Kolb
02-16-2006 12:26 PM
Dave Kolb Go to last post
0 22
This is the code I have to send faxes from my C# application. I am using the classic FAXCOMLib to do the job. The question is how do I send the same...
AT
02-16-2006 10:48 AM
AT Go to last post
0 31
Hi there I am trying to save a document into a Sharepoint Portal Server 2001 document library using C# and the PKMCDO.DLL. I can save the...
AT
02-16-2006 07:47 AM
AT Go to last post
0 22
Hi, I've created a native (MFC) ActiveX that host's a managed UserForm and needs to pass a managed object to the UserForm inside the ActiveX (using...
Soren S. Jorgensen
02-16-2006 05:48 AM
Soren S. Jorgensen Go to last post
0 15
I have an ActiveX control (VB6) that calls my .NET dll that's been compiled for interop. We had it working on one web server (our Win2k...
Barb
02-15-2006 04:11 PM
Barb Go to last post
0 19
Hi, I'm accessing and modifying an excel file from my application. The code works on my machine. Then I create a Setup and Deploy project and...
Debi
02-15-2006 03:58 PM
Adrian Gallero Go to last post
2 26
Hi there, I am trying to P/Invoke a DLL able to perform a wifi scan. There is a poll method to which I have to pass a pointer to a function....
Lionel Reyero
02-15-2006 03:21 PM
Willy Denoyette [MVP] Go to last post
4 52
Hi, What I'd like to do is attach to an instance of Word (if it's running), and if it's not running then create a new instance of the application....
Evan Stone
02-15-2006 12:23 PM
Cindy M -WordMVP- Go to last post
2 40
Hi experts, I am developing a file-reading intensive application which read files and compare bytes / byte array. We have migrated VB6 application...
AT
02-15-2006 09:45 AM
Willy Denoyette [MVP] Go to last post
3 32
I have a problem with this structure in C. I must convert this structure to a c# structure. typedef struct { ... BYTE...
desperate programmer
02-15-2006 08:54 AM
desperate programmer Go to last post
0 24
Hi experts, I am developing a file-reading intensive application which read files and compare bytes / byte array. We have migrated VB6 application...
AT
02-15-2006 06:17 AM
AT Go to last post
0 18
Hi ! I'm getting trubles using a com component with c#. I try calling a method that take one VARIANT * parameter. In the documentation it is said...
Boblemar
02-15-2006 03:28 AM
Boblemar Go to last post
0 25
Is there a way we can call a perl API using .NET? Thanks in advance...
Newbie
02-15-2006 02:02 AM
Newbie Go to last post
0 27
Hi everyone, I have got a DLL file which has been badly affected to be accessed from a java application (using JNI). I need to use this file in my...
Lionel Reyero
02-15-2006 12:09 AM
Lionel Reyero Go to last post
0 34
Hi I hope someone is able to help me towards a solution here. I've developed a program that flashes the ROMs of smartphones. It runs with...
AT
02-14-2006 08:04 PM
Phil Wilson Go to last post
2 31
When calling GetOverlappedResult in Kernel32, i use an OVERLAPPED structure. What can happen, is that the Garbage Collector could move around the...
AT
02-14-2006 07:40 AM
AT Go to last post
1 24
Hi, I try to extend and reuse the functionality of some old com+ dll's in dotnet. I create two additional classes in one vb6 dll, which work as...
Klaus Ballmann
02-14-2006 04:38 AM
Klaus Ballmann Go to last post
0 22
I need my Web Application to be able to create an image (tiff for faxing) of a given web page. My problem is that I can't get a...
kelly
02-14-2006 04:34 AM
kelly Go to last post
0 34
All, Is it possible to use dotnet reflection in combination with interop to register my own functions? I found out that it is possible to register...
AT
02-13-2006 08:53 PM
AT Go to last post
0 21
All, Is it possible to use dotnet reflection in combination with interop to register my own functions? I found out that it is possible to register...
AT
02-13-2006 08:51 PM
AT Go to last post
0 25
All, Is it possible to use dotnet reflection in combination with interop to register my own funcions? I found out that it is possible to register...
AT
02-13-2006 08:51 PM
AT Go to last post
0 39
How do I tell Excel to callback my funcion when loading/unloading the add-in? I have created a C# interop project that looks like this but seems...
AT
02-13-2006 08:44 PM
AT Go to last post
0 20
Dear all, I'd like to call in a VBA sub the invokeMember on an object that lives in C# space. the object (in VBA I have a foo variant on the...
Anthony Merton
02-13-2006 03:38 PM
Anthony Merton Go to last post
0 26
Hello, friends, We have a COM dll, cqole.dll, and we need to use it in our C#.net app. However, methods in the generated...
Andrew
02-13-2006 11:19 AM
Patrice Go to last post
1 30
Hi guys! I really need help from this one. I created a desktop application that connects to the ms sql database and transfer the data to excel.......
Jorrell
02-13-2006 11:16 AM
Patrice Go to last post
1 19
Hi, I'm trying to access and manipulate .NET objects from unmanaged code using COM. Up to now I succeeded in creating a ICorRuntimeHost object,...
Michael Goffioul
02-13-2006 08:03 AM
Michael Goffioul Go to last post
1 28
Hello everybody, I need to send from a C# object events, that have to be caught in my C++ code. I have followed the instructions from the MSDN...
Cristian Marinescu
02-13-2006 07:19 AM
Cristian Marinescu Go to last post
3 28
Hello, I would like to use a usercontrol.net in a visual basic 6 application. I made a USercontrol with Visual Studio 2005, I checked Register for...
Alan
02-13-2006 03:34 AM
Alan Go to last post
0 22
I have some basic questions about generating .NET dlls for use in classic COM applications. I would like to understand the inner workings a bit...
AT
02-12-2006 09:10 PM
Peter Gummer Go to last post
1 21
Hi there, I have a .dll that was programmed in eVC that I need to call functions from in c# on the compact framework. I have successfully wrapped...
Bryan
02-12-2006 07:32 PM
Bryan Go to last post
0 27
I have a C# WinForms application that I just ported from .NET 1.1 to ..NET 2.0, which makes extensive use of unmanaged dlls, written in Compaq Visual...
AT
02-12-2006 06:08 PM
AT Go to last post
0 21
Mattias, You make my day! (Lykke til i OS) Best regards Tor "Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
Totto
02-12-2006 07:25 AM
Totto Go to last post
1 17
Hello, I am very new to C# and I am having some trouble listing the Interfaces on a RRAS. The error that I am continually getting is "Object...
Paul Pettigrew
02-12-2006 05:02 AM
Paul Pettigrew Go to last post
0 28
Hi, Is there a tool that can be used to list out all the symbols in a static library that was created using VC++ 6.0. I am interafcing this library...
Nishith Prabhakar
02-12-2006 12:26 AM
Nishith Prabhakar Go to last post
0 41
I am hoping someone could help me figure out what is wrong. Here is the Visual Basic Code with works fine. Private mConn As CConnector Public...
Erik
02-12-2006 12:26 AM
Erik Go to last post
0 21
I need to work with a SQL Server COM library (sqlvdi.dll). In the samples, there are C++ code like this hr = CoInitializeEx (NULL,...
Ray Mond
02-11-2006 06:51 AM
Willy Denoyette [MVP] Go to last post
2 38
Greetings, I apologize for re-posting this, but I'm running out of options on my side. I've got a DLL that's not COM compatible and I'm stuck using...
yuriy_zubarev
02-10-2006 05:42 PM
ste Go to last post
1 31
On Fri, 10 Feb 2006 21:56:36 +0100, Mattias Sjögren wrote: At least an explanation. The book seems to be sold out - put it on my watch...
Heiner
02-10-2006 04:29 PM
Heiner Go to last post
2 23
I've searched around for this and have found some VB examples but 1) I'm not sure that they're VB.NET and 2) If they are VB.NET, then they're not...
Brandon
02-10-2006 02:07 PM
Brandon Go to last post
1 27
I'm trying to set up a structure using unions (fieldoffset) and I'm running into a problem. When I try to setup a union with either data array...
Danny Mavromatis
02-10-2006 07:50 AM
Dustin Campbell Go to last post
7 28
I have a COM Component. I use it from the C# applicaiton. After the usage how should I delete that from the memory. My COM component does not...
abcd
02-10-2006 02:57 AM
aguyngueran Go to last post
3 21
Hi You are welcomed! Best regards, Peter Huang Microsoft Online Partner Support Get Secure! - www.microsoft.com/security
Jeronimo Bertran
02-09-2006 10:17 PM
AT Go to last post
2 24
Hi all I have a VB6 ActiveX component (dll) that listens to a real-time data feed of stock quotes and then passes them on using events. The consumer...
AT
02-09-2006 11:16 AM
AT Go to last post
2 20
Hello. I need to let users edit a word document within my program. So i'm looking for a class derived from System.Windows.Forms.Control i can use to...
ThePinkPanther
02-09-2006 11:04 AM
ThePinkPanther Go to last post
0 24
Hi, I have a ASP page that uses CDO to interact with Exchange. It gathers the FreeBusy info and displays it in a table form. It's an adaptation of...
AT
02-09-2006 10:52 AM
AT Go to last post
0 42
Hi, I created a very simple add-in to Word that creates a toolbar with a button that colors the selected text when pressed. I've tried to create a...
Stamppot
02-09-2006 08:56 AM
Stamppot Go to last post
1 35
Hi Mattias by "add a wrapper class to enable me to access the data and call the functions" do you mean instead of something like: Public Something...
CodeMonkey
02-09-2006 07:24 AM
CodeMonkey Go to last post
1 17
Hi, I have developed .NET 2005 C# library with one class X and register it as COM interop. I have enabled the ComVisible in AssemblyInfo and...
pavel.orehov (AT) gmail (DOT) com
02-09-2006 12:57 AM
pavel.orehov (AT) gmail (DOT) com Go to last post
2 25
I have a web site that is made up of mostly ASP pages, with a small (but growing) number of ASP.NET pages. I'm writing a component that...
Zoe Hart
02-09-2006 12:50 AM
AT Go to last post
1 24
I have problem releasing memory used by my COM Objects. I am writing binary behaviors for IE in C# using Microsoft's MSHTML PIA. All behaviors are...
Vladislav Kosev
02-08-2006 05:57 PM
Vladislav Kosev Go to last post
0 33
Post New Thread

Display Options
Showing threads 2051 to 2100 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.