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, During the setup process of my SMTP sink DLL, I want to configure some properties of SMTP virtual server. I use ADSI to set them. For...
Gavin Lu
02-26-2006 10:41 PM
Gavin Lu Go to last post
0 25
According to the Excel manual, there are three variants of the Copy() method that applies to Chart objects (and others): Syntax 1: expression.Copy ...
Oliver Bock
02-26-2006 06:00 PM
Oliver Bock Go to last post
1 22
Hi, I am new to VS2005 having moved straight from VB6. I need to create a VB2005 class library that is exposed to COM but am not having much luck. ...
Jonathan Wareham
02-26-2006 04:02 PM
Tim Anderson Go to last post
1 30
I'm using .NET 2.0 and VS2005 to work with some of the Windows Media Formt SDK. I've encountered a problem with some calls where a reference to an...
Steve Wilkinson
02-25-2006 07:23 PM
Bob Harrison Go to last post
1 48
Hi guys, We have recently 'upgraded' our COM Interop control (VB.NET based) to COM+ by deriving it from ServicedComponent and decorating it...
AT
02-25-2006 05:20 PM
AT Go to last post
0 25
Hi, How do i create a mixed mode DLL which supports all three - MFC, ATL and CLR. I have gone through the link...
AT
02-25-2006 04:52 PM
dnebeker Go to last post
1 20
Hi, How would one go about accessing the Application.NormalTemplate.Saved property in Word via C# and LATE bound? I'm currently getting the...
Evan Stone
02-25-2006 10:52 AM
Cindy M -WordMVP- Go to last post
2 33
Hi What is the late binding equivalent of the below code? Many Thanks Regards Dim O As Outlook.Application
John
02-24-2006 07:48 PM
John Go to last post
4 30
Anyone that has an idea of how to invoke the DeleteProfile function from UserEnv.dll through P/Invoke is greatly appreciated. I cannot see to find...
Chris Martinez
02-24-2006 04:16 PM
Chris Martinez Go to last post
1 20
Hi all, I'm trying to create an instance of ShellWindows in a Windows Service I've written in managed C++ so that I can enumerate the...
SkylineBlvd
02-24-2006 01:23 PM
SkylineBlvd Go to last post
1 19
Hello. I have a DLL written in C. In this DLL i need a function to modify a char * passed from a C# program inside a struct. I have reduced the code...
Alvaro Enriquez de Luna
02-24-2006 07:37 AM
Alvaro Enriquez de Luna Go to last post
0 19
I need to access a .NET assembly from a traditional ASP page. What I've read in the .NET Framework documentation says I have to do two things: 1)...
Zoe Hart
02-24-2006 12:33 AM
AT Go to last post
8 26
bstark (AT) donotspam (DOT) obj-tec.com ""Peter Huang" " wrote:
Blair Allen Stark
02-23-2006 05:39 PM
Blair Allen Stark Go to last post
9 18
Hi I have the below code for communicating with outlook. What changes do I need to do to late bind this code so it does not need references to...
John
02-23-2006 04:39 PM
John Go to last post
0 22
Just want to double check if whenever we use PInvoke to access an external DLL the "Thread Safety" of the call is determine by the actual...
Mr.Underhill
02-23-2006 10:27 AM
Mr.Underhill Go to last post
0 19
I have the following piece of code which calls a method in a COM object (for which I have no documentation): IntPtr pnt =...
AT
02-23-2006 10:05 AM
AT Go to last post
0 20
Hi All - Have a little problem that I hope someone can help with. I have a MT com .exe app that fires events (connection points) from a worker thread...
S Wheeler
02-23-2006 06:02 AM
Willy Denoyette [MVP] Go to last post
1 28
Hi guys, I'm having a hard time to subscribe to a native event in C#.NET. The application I'm writing should be able to detect changes in...
Benny Tops
02-23-2006 05:13 AM
Benny Tops Go to last post
0 27
Hi! I'd llike to encapsulate a C function with signature: char * foo(char * bar) How would I call this function and how do I free the memory...
mortb
02-23-2006 04:29 AM
mortb Go to last post
0 19
I posted a similar message on a Project group but it might be more relevant here...Here is the problem. I can reference a Project file and perform...
Jeff
02-22-2006 08:18 PM
Jeff Go to last post
0 22
Hi, I have been looking at an open source project as part of my University Project involving smartphones. This project is implemented in...
David Boswell
02-22-2006 11:04 AM
David Boswell Go to last post
0 25
Is it possible for an ASP.Net framework 1.1 and 2.0 application (in different application pools) to reference the same COM object through Interop? ...
AT
02-22-2006 10:50 AM
AT Go to last post
0 27
Hi, I'm getting the above Exception when trying to call SaveAs() on a Wb, I've got open. I can call Save() no problem, but wanted to set Filename,...
Calvin Willman
02-22-2006 07:41 AM
Calvin Willman Go to last post
1 19
Hello everybody. I am trying to use in C# a dll developed in C. I am founding problems with C structs. While my C struct does not include anything...
Alvaro Enriquez de Luna
02-22-2006 06:29 AM
Alvaro Enriquez de Luna Go to last post
0 35
"Mattias Sjögren" wrote: I'm sorry - of course cast fails with exception.
Artur H. Shamsutdinov
02-22-2006 06:08 AM
Artur H. Shamsutdinov Go to last post
1 26
We have a Word component which we call from asp.net (through RCW) every thing seems to Work in winxp iis5.1 but not in 2003 server iis 6.0 What...
Sundar.k
02-22-2006 05:09 AM
Sundar.k Go to last post
0 20
Is it possible to debug from an ASP page into a .NET assembly it's calling through COM interop? Thanks, Zoe
Zoe Hart
02-22-2006 03:29 AM
AT Go to last post
1 26
Thanks it worked. I had another doubt since GetObjectForIUnknown calls AddRef on the COM interface pointer Do I need to call Release on the...
PRASENJIT BURMAN
02-22-2006 01:35 AM
PRASENJIT BURMAN Go to last post
0 25
Hi! I'm trying to find out how to avoid having to manually declare all of the WinAPI C functions and structs before using them in VB.NET. I'm...
Ted Lyngmo
02-21-2006 04:27 PM
Ted Lyngmo Go to last post
0 20
I'm using .NET 2.0 and have a remoted class hosted in IIS 6 that is attempting to access a DCOM'd object running on a Windows Server 2003...
Jeremy
02-21-2006 11:59 AM
Jeremy Go to last post
1 22
Hi, i want to port java application into dotnet. i have used vs.net 2003 for converting java application to dotnet application....
nizam syed
02-21-2006 05:02 AM
nizam syed Go to last post
0 21
I have an application where I need to pass the data in a COLEStreamFile object to a method of a .Net class which accepts Stream*. I had...
PRASENJIT BURMAN
02-21-2006 04:24 AM
PRASENJIT BURMAN Go to last post
0 24
Hello, I have an MC++ class exposing a COM interface ISrv. MC++ class also has a source interface, ISrc. ISrv has below method: void AttachSink(...
seek help
02-20-2006 05:03 PM
seek help Go to last post
2 28
Hi Group, I was wondering if someone could help me with flowing problem. I generate xls reports from an oracle database, and some queries seem to...
Paul Boon
02-20-2006 08:48 AM
Paul Boon Go to last post
0 48
The 2.0 WebBrowser control is a wonderful thing, but handling navigation to a new browser window seems to need access to NewWindow2, which...
DavidB
02-20-2006 04:48 AM
DavidB Go to last post
0 28
The 2.0 WebBrowser control is a wonderful thing, but the cross-frame limitation is something I could do without. Any practical suggestions on how to...
DavidB
02-20-2006 04:47 AM
DavidB Go to last post
0 21
I have DLL COM developed in VB.Net., compilated with the option "Register for COM interop". I've built the relase using the Strong Name. I...
Frank
02-20-2006 04:06 AM
Frank Go to last post
0 30
hi, I found a good VB6 class to parse VBS IFO Files from a DVD movie.... here : http://forum.doom9.org/showthread.php?t=50552 I tried to convert...
martins
02-20-2006 04:02 AM
Patrice Go to last post
4 25
I've been struggling with this problem for the last few days. Wondering if anybody on this forum can help. I have .NET class that I make visible as...
WindRaven
02-19-2006 07:41 PM
WindRaven Go to last post
0 38
I've been struggling with this problem for the last few days. Wondering if anybody on this forum can help. I have .NET class that I make visible as...
windraven
02-19-2006 01:09 PM
windraven Go to last post
0 41
Thanks Mattias, Do you know if there is a big performance penalty doing it this way opposed to using unsafe code and pointer...
Totto
02-19-2006 10:49 AM
Totto Go to last post
1 25
Hi NG! Is there any way to get a hand on the scroll buttons of the TabControl, those that appear at the right of the TabPage headers when there is...
02-17-2006 08:12 PM
Mick Doherty Go to last post
1 26
Greetings, I am using a third party COM DLL which is not thread safe. I need to be able to make several instances of objects in that DLL using...
Shahid Hasan Faruqi
02-17-2006 07:26 PM
Willy Denoyette [MVP] Go to last post
1 21
We are getting the following error, when we try calling a function against a (DLL-based) ATL COM object from within...
Marty Hoffmann
02-17-2006 10:57 AM
Marty Hoffmann Go to last post
0 28
In what sense are you "calling" Photoshop? Is this a call through an automation interface? And what is the nature of the task performed? It seems...
SkylineBlvd
02-17-2006 09:58 AM
SkylineBlvd Go to last post
0 24
I'm still trying to get my .NET .dll recognized by my VB6 COM object on the web server. It worked on a different web server, but I can't remember...
Barb
02-17-2006 09:21 AM
Jo Siffert Go to last post
1 23
Hello, In a C# project I've got an axWebBrowser that works fine. But I could not find how to catch a html form's button click with C#. There is a...
# Cyrille37 #
02-17-2006 06:04 AM
# Cyrille37 # Go to last post
0 19
Hi, I'm in the middle of a project to write some COM-visible classes in a .Net dll but I'm having problems getting a particular class to expose the...
Mike Clayton
02-17-2006 01:37 AM
AT Go to last post
1 26
Is there any new 2.0 class that offers the functionality of the ActiveDS NameTranslate function as below? I would like to not have to use COM...
Dave Kolb
02-17-2006 12:56 AM
Marc Scheuner [MVP ADSI] Go to last post
1 29
Hi, I have a written a DLL in C myself, and I want to use it in my C# app using P/Invoke. Two functions are returning an array of structures which...
Lionel Reyero
02-16-2006 05:46 PM
Michael C Go to last post
1 27
Post New Thread

Display Options
Showing threads 2001 to 2050 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.