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 don't profess to being any kind of expert here, but when I pass bool values between managed and unmanaged code, I have used VARIANT_BOOL. HRESULT...
Greg Doherty
07-28-2004 03:04 AM
Claus Brod Go to last post
1 29
Hi, Do you mean how to pass a string from VB6 to .NET and let ( string.Empty == arg ) to be true? If I understand you correctly, you may pass ""...
AT
07-27-2004 11:29 PM
AT Go to last post
0 26
Does anyone know how to sign the com references for strong name status. It was easily in VS 2003 in the project properties designer, seems to be...
Liam Ponder
07-27-2004 10:03 PM
Liam Ponder Go to last post
0 20
Does anyone know how to sign the com references for strong name status. It was easily in VS 2003 in the project properties designer, seems to be...
Liam Ponder
07-27-2004 10:03 PM
Liam Ponder Go to last post
0 22
Does anyone know how to sign the com references for strong name status. It was easily in VS 2003 in the project properties designer, seems to be...
Liam Ponder
07-27-2004 10:02 PM
Liam Ponder Go to last post
0 38
Has anyone figured out how to sign the com references in C# Express? It was easily done in the VS 2003 by setting the wrapper property in the...
Liam Ponder
07-27-2004 09:59 PM
Liam Ponder Go to last post
0 30
Hi, I have a C++ COM class that I instantiate from VB.NET, but the object never gets released. Is there something that I need to do to force...
Greg Doherty
07-27-2004 03:32 PM
Greg Doherty Go to last post
2 23
"Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote You're right. Thaught it was async. Greetings
Paul Schauble
07-27-2004 02:25 PM
BMermuys Go to last post
2 22
Hi Frank, The code snippet looks fine, to my understanding calling ReleaseComObject until = 0 will release all the reference to the RCW wrapper...
AT
07-27-2004 12:14 PM
Frank Jones Go to last post
1 23
Hello I've trying all day to implement a simple windows form to activeX control - I need it to display form dialog from MFC application. As I've...
Dyzio
07-27-2004 11:03 AM
Dyzio Go to last post
0 19
Hello, I'm trying to invoke a COM object (Vc++ 6.0) from VC.NET, the methods I invoke have BSTR params but I get BSTR compiling errors because...
AT
07-27-2004 10:12 AM
AT Go to last post
0 18
I trying to pass this structure to a dll: <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi, Pack:=1)> _ Public Structure...
Tom Wells
07-27-2004 08:46 AM
Tom Wells Go to last post
3 26
Hallo, after converting VB5 generated ocxs into vbdotnet code (dll/tlb) I ran into a problem when calling methods including the transfer of arrays...
Jochen Becker
07-27-2004 05:11 AM
Jochen Becker Go to last post
0 22
I am having problems getting an ActiveX DLL written in VB6 to call a method in a C# class library component. My C# DLL is called CSharpProject.dll...
AT
07-27-2004 05:08 AM
AT Go to last post
1 30
Hi , I am new to .NET and I haven't worked much on microsoft technologies. I have question which is related to .NET component calling VB6.0 STA...
AT
07-27-2004 02:05 AM
AT Go to last post
0 27
In the following code, MAPISendMail, send the mail. But when the recipient mail id is given as customer (AT) test (DOT) com, then the mail is sent to...
AT
07-27-2004 01:38 AM
AT Go to last post
0 25
I'm trying to consume an unmanaged C DLL. The functions defined as follows long PBFNInit(char *initType, PBFNExtendedErrorDef *ExtError,...
Brent
07-26-2004 05:27 PM
Brent Go to last post
0 17
hi, i have an ocx activex control object missing the source code. i add reference from this object but get comexception complaining it's not licenced...
AT
07-26-2004 02:18 PM
AT Go to last post
0 25
Hi guys, Here is my problem: I have a C DLL function I need to ccall from VB.Net. long PBFNProcess(void *Reserved1, void *Reserved2, void...
Brent
07-26-2004 01:23 PM
BMermuys Go to last post
1 20
Hi I am having problems using named pipes over a network from a dev studio 6 application to a .Net application in C++. The two methods of using named...
Natasha
07-26-2004 10:53 AM
Natasha Go to last post
0 17
Hi, I am having difficulty accesing the member data in a struct. This what I am doing. In unmanaged code typedef struct { char name; int id;
Thomas
07-26-2004 07:25 AM
BMermuys Go to last post
4 21
SHI am trying to use the Shell32 operation FileOperation to send a file to the recycling Bin. I have defined the structure in my class as follows...
Brian Reed
07-26-2004 07:19 AM
BMermuys Go to last post
1 19
Sanjay, Did you ever get this resolved? I having the same problems. Regards Jonathan --- Posted using Wimdows.net NntpNews Component -
DotNetJunkies User
07-25-2004 05:11 AM
DotNetJunkies User Go to last post
0 20
Hello! My app has to use externel dll with ANSI C interface. Some of IO functions require passing prehistoric FILE struct as a parameter for any...
Jacek
07-24-2004 10:58 AM
BMermuys Go to last post
7 25
After I changed the order of declarations of dragover, dragleave , it works now Mattias, Thank you very much , You are the real guru :O)
SunStar
07-24-2004 01:11 AM
SunStar Go to last post
3 24
RobSki wrote: FxCop is your friend. http://www.gotdotnet.com/team/fxcop/ bye
Robert Jordan
07-23-2004 01:28 PM
Robert Jordan Go to last post
0 22
The following managed C++ function is called from an unmanaged C++ DLL: double Divide( double num, double denom ) { if( denom == 0.0 ) throw new...
Mark Traudt
07-23-2004 01:27 PM
Robert Jordan Go to last post
1 20
With CDO (MAPI.Session), it is possible to make a Logon without creating a profile via ProfileInfo. With Outlook Interop, it is possible to use the...
Desneux Michel
07-23-2004 10:27 AM
Desneux Michel Go to last post
0 20
I am using an Interop assembly for communication between my Managed C++ application and an ATL-based COM server. The Interop assembly was created...
Gerhard Menzl
07-23-2004 09:15 AM
Gerhard Menzl Go to last post
0 22
I have written a class library in c# and want to use it in VB6. Everything works fine so far but when I try to assign a value (an array of type...
Stephan Scheidl
07-23-2004 08:23 AM
Nick Hall Go to last post
1 28
Hi, I have a created a function in C# which I want to handle an Err object from VB 6.0 (don't ask why ;-)). For example: The VB 6.0 code: On Error...
Onno Ceelen
07-23-2004 03:30 AM
Chirag Dave Go to last post
1 20
Hi, I have a problem to be solved yet. Following is the problem: I have a MSProject saved in SQLServer using ODBC, which automatically generates...
Santhosh.A.N
07-23-2004 02:58 AM
Santhosh.A.N Go to last post
0 24
Hi, I'm developing an OPC Client application with C# (VS.NET 2003) on a computer running WinXP. Im connecting locally to Matrikon OPC Simulation...
AT
07-22-2004 02:07 PM
AT Go to last post
1 42
when i use code behind teachnology with my old one com control we use com control using object tag but i can't access control in my code behind...
Gaurav Mohite \(DOTNET\)
07-22-2004 01:12 PM
Gaurav Mohite \(DOTNET\) Go to last post
0 25
I have written this code and it worked like a charm without any problem, DirectoryEntry de = New DirectoryEntry(); de.Path = path; de.UserName =...
Henry
07-22-2004 11:44 AM
Joe Kaplan \(MVP - ADSI\) Go to last post
1 22
Hi my computer is in N/W, and for some reasons I need static IP address on this system. When I have static IP...
AT
07-22-2004 09:14 AM
AT Go to last post
0 38
I want to know list of registered file types and associated program to open it (same as File Types tab in Folder Options dialog). How can I do...
Bui Pham Minh Tri
07-22-2004 05:50 AM
Bui Pham Minh Tri Go to last post
0 38
if there is a C function in a DLL(My.dll) has this declaration, struct MyStruct { int a; int b; }; int MyFunc(int param1, MyStruct** param2);
ZhangZQ
07-22-2004 05:12 AM
ZhangZQ Go to last post
4 28
I'm linking an excel workbook programmatically to a powerpoint presentation via an add-in written in C#. When opening the presentation, I check...
John Hamilton
07-21-2004 08:18 PM
John Hamilton Go to last post
0 28
Hi, I've got a c# sample that creates a console application allowing you to list, view and export certificates in the localmachine and currentuser...
AT
07-21-2004 12:23 PM
AT Go to last post
0 19
Hi All, I am having performance issues with the .NET client calling the Java Webservice running on axis. Have detailed the problem below....
AT
07-21-2004 11:19 AM
AT Go to last post
4 16
Hi, I’m trying to use net remoteing with Com+. I created a wrapper for the com object. I can call the com object from my c# client and an able to...
Russ
07-21-2004 07:54 AM
Russ Go to last post
0 22
I have added a reference to a COM dll in VS.Net 2003 and it apparently imported the information correctly. However, there's a member method in...
Lance Johnson
07-20-2004 12:29 PM
Lance Johnson Go to last post
0 17
Can anyone tell me how to Open an Office Document in Visual Basic .NET Thanks in advance... -- Yours, Hazira B
Hazira B
07-20-2004 07:39 AM
Murat KARATUTLU Go to last post
1 16
can you imagine that the system imagelist only has 5 icons? also , by using this incorrect imageist which i give to a listview, i can't display the...
baisword
07-20-2004 06:59 AM
baisword Go to last post
1 23
I'm having problems with the IPersistFile interface. We have in house objects that support IPersistFile (and have done for years). I would like to...
Robin Tucker
07-20-2004 06:08 AM
Robin Tucker Go to last post
2 16
I have 2 log method overloaded in a VB.Net COM. ____________________________________________________________ Public Sub log(ByVal type As Integer,...
Maverick
07-20-2004 05:38 AM
Maverick Go to last post
0 17
In VC++, I have to hardcoded the .net dll's ClassId if i want to create the com instance. How can i get the .net COM's classID without having to...
Maverick
07-20-2004 12:09 AM
Maverick Go to last post
3 18
Hi, I have C# components and would like to be able to use them as ActiveX controls in VB6, or CA Visual Objects, at design time, if possible? Has...
Martin Platt
07-19-2004 11:25 PM
Martin Platt Go to last post
0 26
I have a type library which contains a structure with a two-dimensional array: typedef struct _MyStruct { float TwoDimArray; } MyStruct; This...
AT
07-19-2004 02:24 PM
AT Go to last post
0 23
Post New Thread

Display Options
Showing threads 5451 to 5500 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.