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     
Mattias Sjögren ha scritto: Mattias, thanks a lot, that's is what i really need to know! Could you nicely point me to some examples on how to call...
JocK
10-17-2005 12:01 PM
JocK Go to last post
4 19
I had a .net control running fine in vb6. I change something in the control and now I can still get the .net control on the vb6 form, but i can only...
Kevin Earley
10-17-2005 11:29 AM
Ken Halter Go to last post
2 20
Hello, I have a Win32 DLL that I call, it works perfectly when the methods are called from the main process of the application (witch is a ASP.NET...
Daniel Halan
10-17-2005 10:00 AM
Daniel Halan Go to last post
1 17
I've got a structure I'm trying to marshal to a custom.dll I'm missing something, because some of the values marshal, others do not. I dummied...
Nick
10-17-2005 08:17 AM
Nick Go to last post
2 21
We have a Visual Studio 6 Application which calls into many COM "Plugins". Ive been trying to create a new plugin using C# whoever im having...
Sparky
10-17-2005 03:46 AM
Sparky Go to last post
0 23
I know about GetForegroundWindow but if I click a MDI child window and then do GetForegroundWindow I get the handle of the MDI Parent not the...
**Developer**
10-16-2005 07:10 PM
**Developer** Go to last post
0 17
Hello I'm stumbling on this issue.. I have two projects in my App, a c# client and a managed c++ server dll. I want to pass a System.Guid from my...
Mattias
10-16-2005 02:33 PM
Mattias Go to last post
0 21
That's the final answer, thank you so much : ) "André" wrote:
doremi1979
10-15-2005 10:00 PM
doremi1979 Go to last post
1 20
I have a registered COM application (.exe) that creates a telnet session upon startup. If the application is running I can...
ME
10-15-2005 02:46 PM
ME Go to last post
4 19
Howdy, Is there a way to get the VB6 calling application name in a .net dll called via com interop? What I am trying to do is determine what...
DBLWizard
10-14-2005 10:52 AM
Robert Jordan Go to last post
3 22
I have written a VB6 OCX that calls a vb.net dll. The OCX is placed on a form in a VB.NET project. I know about creating the tbl file to reference...
Bob Avallone
10-14-2005 10:15 AM
Bob Avallone Go to last post
0 22
I have an app which creates a window and C# and needs to pass the window handle (HWND) and App Instance (HINSTANCE) to a C++ dll whicj will do some...
PleaseHelp
10-14-2005 09:05 AM
PleaseHelp Go to last post
2 15
I tried your suggestion, but i still get the same error code (1780), is there something else in my code that is missing? I've included the rest of...
Rob White
10-14-2005 08:59 AM
dn Go to last post
6 22
Hi, i created a dll for database access. i use it in combination with a foxpro dbc. using it directly in an application and/or with mssyl, it works...
Gibson
10-14-2005 08:59 AM
Gibson Go to last post
1 22
I have written a service that uses a VB6 COM dll. The service access the COM dll through a .Net wrapper assembly and interop assemblies generated...
John Bailey
10-14-2005 08:59 AM
John Bailey Go to last post
2 18
In my program I am setting the DllImport attribute as so.. public static extern void etc etc.. The dll gets updated often so I wanted to store the...
Joe
10-14-2005 07:14 AM
Richard T. Edwards Go to last post
1 21
Hello: I need to access a forms authenticated website from a winforms application thru a webbrowser. I haven't came across any examples yet. The...
danths
10-14-2005 04:43 AM
Kris Go to last post
1 27
I have what I imagine is a simple question, but don't know how to approach it really. I have a dll compiled from ANSI C, which has a function...
johnmann56
10-14-2005 12:19 AM
johnmann56 Go to last post
2 24
Any idea or code example how i can marshal a SWStringArray to a .Net string array or ArrayList?
john conwell
10-13-2005 03:55 PM
john conwell Go to last post
0 18
We have created a MDI application that uses a AxSHDocVw.AxWebBrowser component on one of the child windows. As soon as this child window is created,...
Kjeld
10-13-2005 01:35 AM
Kjeld Go to last post
2 19
I am currently calling a windows form from my vb6 app. I need to know the best practice for handling the gui thread. I wish to call the form and have...
x
10-12-2005 09:33 PM
x Go to last post
0 19
I created a .Net add-in for Microsoft Excel.When the application load, all the images that will be used in the application will be loaded. I have a...
James
10-12-2005 09:32 PM
James Go to last post
0 18
I'm using LoadLibrary to import a DLL in a asp.net application. The dll was written in c++ and is located in the bin folder I have been testing the...
Michael Tissington
10-12-2005 07:58 PM
Bruce Barker Go to last post
1 28
I can hook up an event handler to capture the Quit event in Microsoft Word 2003. The problem is, the event handler only takes a void () target,...
AT
10-12-2005 05:30 PM
AT Go to last post
0 18
Hello, I have a method on a com+ object that is returning an array of objects. I know the array is popluated as calls to check the ubound and...
AT
10-12-2005 12:51 PM
AT Go to last post
0 17
I have a problem with a third party Active-X control. The control is written in unmanaged C++ (VC6 I believe) and it is used to display the contents...
AT
10-12-2005 12:40 PM
AT Go to last post
1 19
I get this error when calling NetShareGetInfo from NetApi32.dll code: public Declare Unicode Function NetShareGetInfo Lib "Netapi32.dll" (...
Nikolay Petrov
10-12-2005 08:59 AM
Jay B. Harlow [MVP - Outlook] Go to last post
8 23
Hello, the SDK says about the Pack field: --- Controls the alignment of data fields of a class or structure in memory. This field indicates the...
stax
10-12-2005 08:20 AM
stax Go to last post
1 28
Hi, I have an plugin application (i.e. my application consists purely of dlls) that is both C++ COM and C# .NET. My various COM and .NET...
AT
10-12-2005 05:55 AM
AT Go to last post
1 14
Hi, Just before the query : I have posted a similar query to this prviously. Either no one knows the answer, or it is so painfully obvious, no one...
Gemma M
10-12-2005 04:04 AM
Gemma M Go to last post
5 16
Sorry about the long interval before I answered. No, I'm supplying NULL. I guess that would be the culprit. I'll try passing the handle of the...
Stu Smith
10-11-2005 05:35 PM
Stu Smith Go to last post
2 21
Hi, I am writing a VSTO "code behind" assembly for Word... How can I programatically display the "Task Pane" with the "XML Structure"...
Ron Jacobs
10-11-2005 04:46 PM
Ron Jacobs Go to last post
0 25
"Paulo Custódio - Brasil" <PauloCustdioBrasil (AT) discussions (DOT) microsoft.com> wrote in message news:58AFEB31-88CB-49C9-90E9-6C14CB7D43C1 (AT)...
Egbert Nierop \(MVP for IIS\)
10-11-2005 02:25 PM
Egbert Nierop \(MVP for IIS\) Go to last post
0 16
I have created a .Net COM Interop dll and registered it using the regasm.exe utility. When I try to call the dll from an ASP.Net page it works...
Loren Dummer
10-11-2005 11:31 AM
Loren Dummer Go to last post
0 17
We have a windows application(MDI) written in C#.Net, which has an IE Webbrowser control embedded in the page. Dialog opened could be a .Net form...
programmingq (AT) gmail (DOT) com
10-11-2005 10:39 AM
programmingq (AT) gmail (DOT) com Go to last post
2 28
I have a component written in VB.NET that uses the office interop assembly. The component is referenced in a access vba project. I call the...
Andreas Merz
10-11-2005 08:04 AM
Andreas Merz Go to last post
0 12
Hi, I have office 2003 powerpoint with SP1 and I find that running the following code causes powerpoint to remain in memory Dim app As...
Andy Fish
10-11-2005 07:26 AM
Andy Fish Go to last post
7 14
Hi, I have a interop assembly (mytest.dll) that wrap around a COM dll (mytestCOM.dll). I have 2 versions of mytset.dll (v1.0) and (v2.0). The COM...
AT
10-10-2005 05:34 PM
AT Go to last post
0 29
Hi, i got really frustated by this; in the following code, i try to use SHGetDesktopFolder-function to retrieve the IShellFolder-interface for...
taj
10-10-2005 05:09 PM
Willy Denoyette [MVP] Go to last post
1 16
Hi Friends, I have a strange problem, I am using Office XP PIA's to extract the text from any office file. I downloaded the office XP PIA, and...
AT
10-10-2005 04:20 PM
Willy Denoyette [MVP] Go to last post
1 18
Hi... I have the following (and many more) functions I need to use MC_STATUS MC_Register_Application(int* ApplicationID, char* AEtitle); I'm trying...
AT
10-10-2005 01:59 PM
AT Go to last post
0 18
Hi Gurus, We are in the process of writing a code in C# and have to use a dll written in VB through interop and have come across an issue; In one...
Saurabh
10-10-2005 10:44 AM
Saurabh Go to last post
0 22
Hi all, I have an assembly developed with Visual Studio 2003, which I call from Visual Basic 6.0 using COM / .NET Interop. After installing VS 2005...
Tom Jordan
10-10-2005 10:16 AM
Tom Jordan Go to last post
0 20
I've defined a simple C# class that has some simple properties. I marked it as registered for COM interop. From the a test VB client I can...
ukemigrant
10-09-2005 08:43 PM
ukemigrant Go to last post
0 15
This light-fingered approach grabs a customer property here, a photo there, and builds a client record without further merging, migrating...
dwight
10-09-2005 12:27 PM
dwight Go to last post
0 16
Hi, The only code I have seen so far that uses set_Style uses a string to use an internal style. The "Understanding the Word Object Model from...
AT
10-09-2005 09:07 AM
AT Go to last post
0 13
thanks, that worked great for the classes, but the method and property descriptions did not come through. Is there another attribute I need to use...
AT
10-08-2005 02:47 PM
AT Go to last post
1 16
"Raf" <makraf (AT) micso (DOT) fr> wrote Tu te moques. C'est un mensonge.
Egbert Nierop \(MVP for IIS\)
10-08-2005 01:38 PM
Egbert Nierop \(MVP for IIS\) Go to last post
0 21
Hi, I have the following class which I want to expose as COM object, but regasm tells me, that no types were registered. namespace SyynX { public...
Achim Domma (SyynX Solutions GmbH)
10-08-2005 08:33 AM
Achim Domma (SyynX Solutions GmbH) Go to last post
2 20
Reposting in the hope that an MVP or someone from Microsoft can answer this. I have an enum defined in managed code, e.g.: public enum...
Joe
10-08-2005 06:51 AM
Joe Go to last post
2 19
Post New Thread

Display Options
Showing threads 2651 to 2700 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.