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 All I wrote a program in vb 6 that uses the mapi session and message controls when I upgraded the program to .NET it worked well in 2 computers...
S Shulman
08-31-2004 04:37 AM
S Shulman Go to last post
0 7
Good morning. I have a next problem: I wrote an asynchronous protocol handler in VB.NET. Another my program in VB.NET installs it as temporary...
Dmitry Nalivkin
08-31-2004 03:37 AM
Robert Jordan Go to last post
5 25
I know this is going to sound wierd but believe me we have reasons for this! We have a C# dcom server, works fine. We also have a DCom client in C#,...
mememe
08-31-2004 12:30 AM
mememe Go to last post
0 21
Andrew, I'm using the Office XP PIA's VS Net 2003 ..Net Framework 1.1 Office XP (2002) The following method is working for me. It was derived with...
BBFrost
08-30-2004 08:11 PM
BBFrost Go to last post
0 15
I have created a C# library, and it registers with COM just fine, I have created another app that calls it using COM and it appears to work. My only...
mememe
08-30-2004 04:15 PM
mememe Go to last post
1 13
I am using VB .NET 2003. I am automating an application which reads the CD-ROM frequently. My application must work when CD-ROM is finished...
David Londeck
08-30-2004 11:14 AM
David Londeck Go to last post
0 15
Hi I?m trying to pass more than one value from a class in C# to VB Script.... Hi try with String and with object and gives me always an error. I send...
S?lvia Gaspar via .NET 247
08-30-2004 05:23 AM
S?lvia Gaspar via .NET 247 Go to last post
0 16
My unmanaged code calls a C# CMangedClass through COM - plus establishing an event sink. The CManagedClass has a attribute, and inside the module...
Antonin Hofmann
08-30-2004 04:23 AM
Antonin Hofmann Go to last post
0 10
#pragma pack(1) typedef struct _init_s { unsigned char ucKey; // Initial authentication key unsigned char ucName; ...
Paul Durrant
08-29-2004 04:31 PM
Paul Durrant Go to last post
0 13
Hi I am writing an app that needs to log button clicks on any dialog box that pops up and stops my code from processing any file. For example I open...
awk
08-29-2004 01:52 AM
awk Go to last post
0 24
There doesn't seem to be an obvious (to me anyway!) way to have an interface in .NET that passes an object such that it can be used by (say)...
Phil Wilson
08-28-2004 04:54 PM
Willy Denoyette [MVP] Go to last post
7 17
hi friends i am doing Networking project ....can any one give me the procedure to code for mapping the network drive...and i need more details and...
Ranjit Kumar via .NET 247
08-28-2004 03:04 PM
Ranjit Kumar via .NET 247 Go to last post
0 19
Hi, I have to deal with the Shell-Namespace - should be very easy, because the API is implemented via COM-Interfaces :-)) In my old C++ code I ask...
Roland Berktold
08-28-2004 12:52 PM
Roland Berktold Go to last post
0 19
Hello All, I need to pass a bitmap to a dll, the documentation says this about the bitmap argument on the method I'm using: "hdc- Specifies the...
Thomas Fisher
08-28-2004 11:05 AM
Thomas Fisher Go to last post
0 28
Hello, I have windows forms application that I build in VB.Net that uses Statistica (a statistics program) via an interop wrapper. As a stand alone...
AT
08-27-2004 04:46 PM
David Londeck Go to last post
1 21
I'm trying to call the GetCurrentThread API function from a managed C++ app, but for some reason it always returns a null handle?! And calling...
Claes Bergefall
08-27-2004 06:37 AM
Claes Bergefall Go to last post
2 19
I encountered a problem when I used the .NET P-Invoke and C# delegate to make the interoperation between a win32 dll and a C# program. the flow...
Eric Gou
08-27-2004 04:34 AM
Robert Jordan Go to last post
3 25
Maybe one of you cracks knows this... After I converted ShObjIdl.idl (found in C:\Program Files\Microsoft Visual Studio .NET...
style
08-26-2004 06:49 PM
style Go to last post
1 28
wow, that a good point! ;-) however, it's quite easy to prove: test whether the object you get from Activator is a System._ComObject. or use...
Robert Jordan
08-26-2004 04:51 PM
Robert Jordan Go to last post
0 23
Hi, After installing my COM+ application, when I use the Export menu in Component Services to create a proxy for the application, I receive the...
Mike001
08-26-2004 02:09 PM
Mike001 Go to last post
0 24
I'm using the Office XP PIA's VS Net 2003 ..Net Framework 1.1 Office XP (2002) I'm extracting data from a database and formatting it into a word...
BBFrost
08-26-2004 12:03 PM
BBFrost Go to last post
6 22
Hello All I can't seem to define my .NETServer in VB6 using WithEvents keyword to respond to events fired. Without the WithEvents keyword the...
AT
08-26-2004 11:27 AM
AT Go to last post
0 18
i have a c++ function that takes 2 parameters __declspec( dllimport) int WINAPI INRun(LPSTR, MEMIOSTRUCT **); typedef struct { char *filename; char...
sasi
08-26-2004 11:13 AM
sasi Go to last post
0 19
On Thu, 26 Aug 2004 07:41:21 -0700, "Yi" <Yi (AT) discussions (DOT) microsoft.com> wrote: ¤ I have a English Windows XP and Office XP. I installed...
Paul Clement
08-26-2004 10:54 AM
Paul Clement Go to last post
0 13
Hello Dan, For question 1, I think following code are necesary after you don't need the MSP...
AT
08-26-2004 07:53 AM
DapperDanH (AT) nospam (DOT) nospam Go to last post
1 37
Hi can anyone help me out: I need to invoke C/C++ code (which is running on Unix Machine) from .Net application. Please if you can provide some...
RAHU_KETU
08-26-2004 03:21 AM
RAHU_KETU Go to last post
0 26
Dear all I am using System.Management.dll to find the MAC Adddress my system. But it is showing error to me.The error...
Arun
08-26-2004 02:05 AM
Arun Go to last post
0 20
Greetings I am trying to be a .net convert. But this requires using activex controls in a .net windows forms (C++) app. I have an activeX...
CC
08-25-2004 06:26 PM
CC Go to last post
0 15
OK - I guess i need to back up even further. So far I can: import the activeX control to the toolbar ( a visual control), put it on the form (.net...
CC
08-25-2004 05:59 PM
CC Go to last post
1 17
Hello, I'm trying to wrap ANSI C library (MGF 3D file format parser) to my application written in C# and I have a little problem... I have currently...
Arek Janicki
08-25-2004 05:59 PM
Arek Janicki Go to last post
1 22
I am using the following code. Seems to be working. Is this the recommended approach? private bool CreateApplication() { bool success =...
08-25-2004 12:56 PM
Go to last post
0 20
Hi, Plz anybody resolve my dll problem. I have one C++ dll. I am calling one dll function in c# using following method , public static extern ...
Gopikrishna G
08-25-2004 09:07 AM
Gopikrishna G Go to last post
0 15
This is an easy one.... system.BitConverter
jamie
08-25-2004 05:40 AM
jamie Go to last post
2 17
Hi guys, Fisrt I want to share that I am a new to programming. I have a problem, which is stalled from at least 4 months. The problem is that I need...
Nikolay Petrov
08-25-2004 04:55 AM
Nikolay Petrov Go to last post
0 42
Yes, just about everything ;-) Marc ________________________________________________________________ Marc Scheuner ** mscheuner -at- mvps.org **...
Bill Belliveau
08-25-2004 03:16 AM
Marc Scheuner Go to last post
2 21
I have a test class called RefTest in TestByRef project. The class has only one method: Public Sub Sub1(ByRef x As String) x = "asdf" End Sub In...
AT
08-24-2004 07:26 PM
AT Go to last post
0 13
I have a fixed length short that contains unicode characters (was a wchar array in IDL). What is the quickets way to convert to a string? The...
Brian Reed
08-24-2004 07:00 PM
Jay B. Harlow [MVP - Outlook] Go to last post
1 14
Brian Reed wrote: That's ok, if you have only a few Int32 to convert. Otherwise I'd use: MemoryStream ms = new MemoryStream(); BinaryWriter wr =...
Robert Jordan
08-24-2004 05:09 PM
Robert Jordan Go to last post
0 15
I have the following method within a COMInterop assembly (generated from a COM DLL) public virtual new System.IntPtr GetApiObject ( System.String...
RodBillett
08-24-2004 02:49 PM
RodBillett Go to last post
1 17
I created a simple user control in C# which has a button in it. //DemoControl.cs namespace DemoControl { public class UserControl1 :...
AT
08-24-2004 05:10 AM
AT Go to last post
0 31
Why do I get a zero return from the following function??? I am usting VB ..NET 2003 Public Declare Function SendMessage2 Lib "user32" Alias...
Dave Londeck
08-23-2004 10:20 PM
Dave Londeck Go to last post
1 11
When I try to add my ATL-comp c++ 6.0 to my c++ 7.0 pgm. I add a com-reference to the component and it works just fine. I can see my component in the...
AT
08-23-2004 04:01 PM
AT Go to last post
0 22
hy, I use a .NET-component via com callable wrapper from my COM-Client, which is written in c++ (win32). Does anybody know if it is possible to...
Ekim
08-23-2004 02:48 PM
Ekim Go to last post
0 28
I have the need to create type libraries via software process instead of using TLBIMP.exe or VS.NET tools. From the research I have done in...
Brian Reed
08-23-2004 01:43 PM
Brian Reed Go to last post
0 19
Question: Is it possible to centralize the DLL location when using .Net COM+ components? We have three servers that currently utilize the same DLL...
rick.close (AT) ftb (DOT) ca.gov
08-23-2004 01:26 PM
rick.close (AT) ftb (DOT) ca.gov Go to last post
0 31
I am trying to call an ActiveX DLL written in VB6 from my C# app. The function call has a single parameter that is declared optional. How do I call...
Binder
08-23-2004 09:46 AM
Binder Go to last post
0 16
Hi Juan, As the MSDN document said: The EnumeratorToEnumVariantMarshaler type supports the .NET Framework infrastructure and is not intended to be...
Juan Dent
08-23-2004 04:43 AM
AT Go to last post
2 20
Mattias, Thanks for the reply. I kind of figured out that GetDIBits would need to be called, but I am having problems passing the correct...
John Milligan
08-23-2004 02:23 AM
John Milligan Go to last post
1 22
I want to return array of int from unmanaged code, the sample in SDK shows how to pass a referenced array of int, create a new array of int, then...
nxliu
08-23-2004 01:57 AM
nxliu Go to last post
0 17
Hi all, I have a windows service that is calling a function from an unmanaged dll. The C++ declaration is : (char *) getxmlRequest(const char...
Doru
08-22-2004 02:34 PM
Phil Wilson Go to last post
3 23
Post New Thread

Display Options
Showing threads 5251 to 5300 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.