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     
From: "Egbert Nierop (MVP for IIS)" <egbert_nierop (AT) nospam (DOT) invalid> Subject: To Michael Kaplan: About DSObjectPicker Date: vrijdag 25...
Egbert Nierop \(MVP for IIS\)
11-26-2005 04:01 AM
Egbert Nierop \(MVP for IIS\) Go to last post
0 17
I'm writing a mixed mode dll using VS2005. It contains callbacks used by an unmanaged exe. I followed KB814472 and everything compiled and linked...
Darren
11-25-2005 03:14 PM
Darren Go to last post
0 18
Gentlemen, I am considering writing a COM object I could use in a C++ 6.0 environment. Is .NET Framework required to be installed on host machine...
Yama
11-25-2005 12:07 PM
AT Go to last post
2 28
Hi, I've got a problem storing a string into unmanaged memory, witch can't be restored to managed code. I've build a NT Service manager, witch acces...
Bram Hoefnagel
11-25-2005 10:37 AM
Bram Hoefnagel Go to last post
0 18
Hi, I'm creating an object instance this way: Type t = Type.GetTypeFromCLSID(new Guid("5AAE7502-000A-11D0-99BD-0020AF8FE287")); Object obj =...
Alexander Zeitler
11-25-2005 05:15 AM
Alexander Zeitler Go to last post
0 33
Hi Mattias, Thanks for your answer. I tried to change the long parameter to int, but I still have the same error: The code throws...
Laurent
11-25-2005 04:33 AM
Laurent Go to last post
1 13
Hi, Too often I am presented with an HRESULT that I don't recognize. I know winerror.h has some, but where can I find ALL of them and up to date? I...
Juan Dent
11-24-2005 05:34 PM
Ole Nielsby Go to last post
2 21
The following KB article contains instructions for creating a COM Interop "wrapper" for a .NET DLL. The article is actually explaining how to access...
Barb
11-24-2005 04:25 PM
AT Go to last post
2 40
Hi, I want to obtain the name of the domain associated with the computer in the way it is displayed by the My Computer's Properties dialog. I've...
Mircea Pleteriu
11-24-2005 06:55 AM
AT Go to last post
2 18
I am in a situaion where I have a set of idl files that I am building a ..NET assembly with. using midl and tlbimp. The problem that I have is that...
AT
11-24-2005 03:18 AM
AT Go to last post
0 24
I have a VB6 app that instantiates a .net DLL class, sinking the events. It never receives the events, however. This very code has been working for...
Todd Beaulieu
11-23-2005 04:50 AM
Dmytro Lapshyn [MVP] Go to last post
5 24
"Lelekács Zoltán" <lelez (AT) freemail (DOT) hu> wrote Willy.
Willy Denoyette [MVP]
11-22-2005 12:52 PM
Willy Denoyette [MVP] Go to last post
0 22
Hi, I've read over the documentation and it indiactes that these .net classes can only run against mq running on windows as per the prerequisitives...
John H
11-22-2005 12:51 PM
John H Go to last post
0 20
Hi I have a set of classes written in eVC++ Now what I need to do now is to export this classes to Dot NEt C#. So how do I do it?
ketan dixit
11-22-2005 12:50 PM
Willy Denoyette [MVP] Go to last post
1 31
I'm stuck. After hours upon hours of research, my eyeballs are all googled out. I have a .net DLL that I use from a VB6 app. It exposes a couple of...
Todd Beaulieu
11-22-2005 11:12 AM
Todd Beaulieu Go to last post
0 30
I know this is a much-queried issue. I have a COM AddIn written in C# (.NET v1.1) targeted primarily at Excel & Powerpoint (mainly XP, some 2003)....
RichardZ
11-22-2005 10:27 AM
RichardZ Go to last post
0 35
I'm doing an application and I need call some functions defined in my dll. My application is written in managed code and my dll is written...
noe
11-22-2005 06:51 AM
noe Go to last post
0 28
Hello, I'm trying to write a C# migration tool that should migrate mailboxes and calendars from another groupware application to Exchange 2003....
proteus
11-22-2005 05:42 AM
proteus Go to last post
0 51
Im trying to use the MSProject COM "interop.msproject" but when i create a new object ihave this Error...
Mohamed Zied Nouira
11-22-2005 04:08 AM
Mohamed Zied Nouira Go to last post
3 25
Hi everyboby,this is the my first program using the C++/CLI . In this i tried to marshall a structure with the following code: the structure to...
B N Goud
11-22-2005 12:05 AM
B N Goud Go to last post
0 23
I have a web service that uses a legacy COM component developed in vc++ 6.0. That COM component works when I use the vc++ client. But when I use it...
Jay
11-21-2005 10:55 PM
Martin Kulov Go to last post
1 15
I am launching a .NET windows form from some vb6 app. When I press the keyboard tab button it switches to display the vb window. Any ideas why? I...
x
11-21-2005 08:52 PM
x Go to last post
2 16
To people wiser than myself: I'm calling a native dll in C# that takes a frame number and a pointer to an unsigned char to populate with video data....
Patrick
11-21-2005 08:50 PM
Patrick Go to last post
4 15
I am grabbing Outlook MailItems using the Items property on my Outlook inbox. When I iterate through them, I notice that they are not ordered in...
AT
11-21-2005 03:55 PM
Sue Mosher [MVP-Outlook] Go to last post
2 18
Hi, I am working on .NET 2.0 beta2 on Windows 2000 advanced server. I had asked a two part question on this topic already but, got responses mainly...
AT
11-21-2005 03:55 PM
AT Go to last post
0 25
Hi, i just moved my existing Application to VS2005 and .net 2.0. This application is using COM Interop. I don't changed my main method. static void...
ThomasBechter
11-21-2005 05:23 AM
Willy Denoyette [MVP] Go to last post
10 49
I am trying to pass an array of struct like tpedef struct _MYSTRUCT { int a; char a; }MYSTRUCT; fun(MYSTRUCT stVaar); I like to know How to pass an...
B N Goud
11-21-2005 02:13 AM
B N Goud Go to last post
0 16
The P/I function ADsBuildVarArrayStr works. When I look at the IL, no heavy Marshal code is done. I even suspect, that a pointer is passed to the...
Egbert Nierop \(MVP for IIS\)
11-21-2005 12:41 AM
jg Go to last post
3 22
Similar questions goes like - How do I use .NET assembly from Visual Basic 6 using interop - How do I wrap .NET assembly using COM interop HOW TO...
AT
11-20-2005 11:55 PM
AT Go to last post
0 13
I've written some .NET code which automatically generates a commandbar in a Word 2003 application. The sample code is running fine in my...
M. Bruil
11-20-2005 04:20 AM
M. Bruil Go to last post
0 19
I've added a notify icon in the tray area and added to it a multiline tooltip. From the documentation I've seen that the length cannot exceed 127...
Andrea
11-19-2005 04:25 PM
Andrea Go to last post
0 21
Hello, I have a .NET application that calls functions in a native DLL. In order to ease deployment, and for simplicity's sake, it occurred to...
Ian
11-19-2005 03:42 PM
Willy Denoyette [MVP] Go to last post
2 37
I'm having a problem with an "ADOX.Catalog" object and late binding. I use it to create an Access database. This object maintains an open connection...
Quatzalcoatl
11-19-2005 02:57 PM
Quatzalcoatl Go to last post
0 20
On Sat, 19 Nov 2005 19:55:54 +0100, Mattias Sjögren <mattias.dont.want.spam (AT) mvps (DOT) org> wrote: Thanks a lot Mattias. It works now. Andrea
Andrea
11-19-2005 02:11 PM
Andrea Go to last post
1 17
I'm having trouble with the following combination. Ordinarily I would not code something like this, but unfortunately I have to rewrite an existing...
Bryan Napier
11-19-2005 09:23 AM
Bryan Napier Go to last post
0 20
Does anybody have the example of how to use getmessage api? I would like to monitor the pump from with in a class or common dialog. Thanks Justin
AT
11-18-2005 05:53 PM
AT Go to last post
0 20
Hi, I've got a VS 2005 ASP.NET 2.0 app calling a COM DLL. This was working with Beta 2 but not in the final release. Also, I tried creating a...
JohnMSyrasoft
11-18-2005 01:37 PM
JohnMSyrasoft Go to last post
0 18
Folks, I have a C# .NET Assembly that is called from an MFC C++ application. The assembly is marked as COM visible so I'm accessing the assembly...
Anthony Yott
11-18-2005 11:56 AM
Anthony Yott Go to last post
0 12
Hi, It is especially challenging to do interop marshalling with the Win32 API BackupRead, because it returns a byte array that can be interpreted...
Rich S.
11-18-2005 11:13 AM
Dmytro Lapshyn [MVP] Go to last post
1 14
Hello, I'm trying to call a function from a C++ dll which returns a variant: VARIANT DLLEXPORT ExecuteFunction (LPCSTR); This function (which I...
Thomas W
11-18-2005 10:05 AM
Laurent Go to last post
3 17
Hi, I would like to set the cell background color (and font color later) for a range of cells in excel using a c# application. First I set the...
Olan
11-18-2005 08:22 AM
Dirk Behnke Go to last post
3 20
I'm calling MAPISendMail from my form with the MAPI_DIALOG flag set. However the resulting (modal) Outlook mail message window 'hangs' until such...
Clive Dixon
11-18-2005 06:00 AM
Clive Dixon Go to last post
1 22
Hi, Is it allowed to specifiy %windir% in de .reg-file that regasm.exe /codebase /regfile:foo.reg produces? Instead...
PFx
11-18-2005 05:59 AM
Dmytro Lapshyn [MVP] Go to last post
1 20
Thanks Mattias, I'll look into that Nick Hall "Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
Nick Hall
11-18-2005 05:41 AM
Nick Hall Go to last post
1 24
We have a compact framework application, that communicates with the server over gprs. sometimes gprs connection stops and the only way to solve...
Kleanthis
11-18-2005 04:15 AM
Kleanthis Go to last post
0 20
Does Microsoft have a Primary Interop Assembly for shell32.dll (Windows XP - SP2)? If not, does MS suggest that developers create and sign their own...
Brian R.
11-17-2005 07:31 PM
Egbert Nierop \(MVP for IIS\) Go to last post
2 28
Mattias: Thank you for your answer. In 2.0, i can directly declare a delegate, put the delegate as the type for the struct's members and, after...
fvillaf
11-17-2005 07:08 PM
fvillaf Go to last post
1 20
Mattias Sjögren <mattias.dont.want.spam (AT) mvps (DOT) org> wrote: Seems a good idea, thanks. I hadn't noticed these.
Ole Nielsby
11-17-2005 05:24 PM
Ole Nielsby Go to last post
1 16
On 17/11/2005 Mattias Sjögren wrote: Hi Mattias! Thanks for coming to the rescue again :-) Certainly it did work under VS2003, my...
Jeff Gaines
11-17-2005 05:07 PM
Jeff Gaines Go to last post
1 25
Hi All, I want to display different icon overlays for files and folders depending on their state.I know how to add icon overlay but my problem is how...
AT
11-17-2005 09:10 AM
AT Go to last post
0 14
Post New Thread

Display Options
Showing threads 2451 to 2500 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.