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'm trying to create an office menu dynamically by creating an add-in in vb.net. The add-in is supposed to create the menu at start up in...
Mo
08-28-2007 08:28 AM
Mo Go to last post
1 8
In COM, struct Data { BSTR Name; SAFEARRAY(struct Point) Points }; struct Point { double X; double Y;
=?Utf-8?B?Um9iaW5aaG91?=
08-28-2007 05:48 AM
=?Utf-8?B?Um9iaW5aaG91?= Go to last post
0 9
I have the follwing problem. I want to add a reference to an COM- object ("ek1.exe"). In Excel-VBA it works without any problems. In MS Visual...
diego
08-27-2007 07:17 AM
diego Go to last post
0 8
Hi everyone, We have a c++ server application that we are writing a GUI client application for. To save our time and to avoid duplicating all the...
Dean Mitchell
08-25-2007 01:32 AM
Ben Voigt [C++ MVP] Go to last post
1 12
Hi, I have an interface that uses generics in its methods: public interface IGenericProperty { bool GetProperty<T>(string propName, out T value); }
=?Utf-8?B?SnVhbiBEZW50?=
08-25-2007 01:27 AM
Ben Voigt [C++ MVP] Go to last post
1 24
I am writing an application in C# that uses Excel Interop (Microsoft.Office.Interop.Excel) and opens an existing Excel file. The excel sheet has a...
jamespee@gmail.com
08-24-2007 11:47 AM
jamespee@gmail.com Go to last post
0 13
I want to embed a User Control in IE browser window as an ActiveX object. User control with some UI elements is written in VB.NET. How to turn that...
Nahka-Sakke
08-24-2007 10:54 AM
Nahka-Sakke Go to last post
0 21
I have a problem building a c# project that references a COM object built for x64. The problem is that the x64 DLL is missing under the "Add...
=?Utf-8?B?UGFibG8gU3VsbGl2YW4=?=
08-23-2007 02:53 AM
=?UTF-8?B?Q2hyaXN0aWFuIEZyw7ZzY2hsaW4=?= Go to last post
3 12
The problem is that how to clean the COM object in assembly since this is like two ways Interop. If I use "ref object" parameter in assembly, I...
James Zhang
08-22-2007 03:29 PM
James Zhang Go to last post
0 12
I have an OCX which interop a C# assembly. C# assembly needs to callback OCX in a method by parameter pointing to this OCX. It works in the first...
Jim
08-22-2007 03:26 PM
Jim Zhang Go to last post
2 13
Hi, I am using a .NET interface for excel (Microsoft.Office.Interop.Excel) and creating a chart programatically. I wanted to copy on chart and paste...
Pranesh Joshi
08-22-2007 01:32 PM
Pranesh Joshi Go to last post
0 10
I'm trying to just learn how to call a COM component from a .Net application. I am using visual studio 2005. Is there some sort of step by step...
=?Utf-8?B?Q2hyaXMgRGF2b2xp?=
08-22-2007 03:48 AM
Phill W. Go to last post
3 9
Hi I have a C# DLL which has a method which accepts a string argument. This is registered for COM. The resulting .tlb is then referenced in a...
GlennAnthonyB
08-21-2007 07:25 AM
glennanthonyb Go to last post
5 14
Hi, I'm trying to get the objectSID from the active directory objects selected in the directory object picker dialog. But IDataObject.GetData()...
Beat Bucheli
08-20-2007 08:31 AM
Beat Bucheli Go to last post
1 12
Hello, I want to use the MAPI33.dll in a project written in regular C++ using VC 8.0 Is it possible ? What do I need to do ? (I have posted this...
Zuber
08-20-2007 06:55 AM
Zuber Go to last post
0 11
Hi All I write on C# This Code work fine, but un Windows Vista I get an Error Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT) ...
Ivo Nikolov
08-17-2007 07:57 AM
Ivo Nikolov Go to last post
1 8
Hi I faced this Interoperability problem if any one have answers let me know about it. I developed the COM interface in VC++ as follows...
Sundar
08-17-2007 06:48 AM
Sundar Go to last post
0 12
You don't, C# will do that for you automatically creating prodids {1...n}. However there may be times when a property or method must match a...
Micky Duncan
08-16-2007 11:16 PM
Micky Duncan Go to last post
0 27
Hey All, On a development machine with both VS2003 and VS2005 (i.e. 1.1 and 2.0 Frameworks), is it required to point Office to the specific version...
TC
08-16-2007 08:54 PM
TC Go to last post
0 12
Can anyone help me? With the CLR switch off my projects compile and link fine but with it on some classes defined in one dll are not linkable to...
David Wright
08-16-2007 07:46 PM
David Wright Go to last post
2 17
maybe a google on dispid would help? http://en.wikipedia.org/wiki/IDispatch 3rd paragraph. -- Regards, Alvin...
Alvin Bruney [MVP]
08-16-2007 06:57 PM
Alvin Bruney [MVP] Go to last post
0 13
Hey All, I downloaded and installed the Office XP PIAs but when I reference them from within VS2005, I get a yellow explanation point with no...
TC
08-16-2007 06:21 PM
TC Go to last post
8 15
Hi, IT's not necesary "Daniel Lidström" <someone (AT) microsoft (DOT) com> wrote
Ignacio Machin \( .NET/ C# MVP \)
08-16-2007 03:17 PM
Ignacio Machin \( .NET/ C# MVP \) Go to last post
0 9
Daniel, DispId is used in the event that you want to assign the dispatch id (used with dispatch interfaces, basically late binding). If you...
Nicholas Paldino [.NET/C# MVP]
08-16-2007 01:43 PM
Nicholas Paldino [.NET/C# MVP] Go to last post
0 10
Hi, I've got stuck on calling the following WinApi function. I've tried lots of different datatypes and read alot about which to use in the...
Carl
08-15-2007 09:18 PM
Walter Wang [MSFT] Go to last post
2 10
I am accessing a COM object from C#. The COM object has a IPersistStreamInit interface which I want to use. Is the IPersistStreamInit defined in the...
=?Utf-8?B?RG91Z2xhc1dvb2Rz?=
08-15-2007 06:53 PM
mehr13@hotmail.com Go to last post
1 12
I'm in the process of adding a bunch of new .NET functionality to a (poorly behaved) legacy MFC application. One of the things I'm adding is a...
Dan Smith
08-15-2007 12:36 PM
Sheng Jiang[MVP] Go to last post
2 12
Thanks to all for the help. The problem was the apartment state. I spawned an additional thread off the timer's thread and set the apartment state...
Chris Yager
08-15-2007 08:40 AM
Chris Yager Go to last post
4 16
Hi all, A customer reported that their Antivirus software (Rising Antivirus 2007) detected a virus in our product, specifically the...
=?Utf-8?B?SmFzb24gU2NodWx0eg==?=
08-13-2007 09:06 PM
Walter Wang [MSFT] Go to last post
1 20
etvunp uwodiak odbxkir psbai vlfktjayx hsnlmfw zapvuboqk
ofjayb dxqjsizyu
08-13-2007 01:20 PM
ofjayb dxqjsizyu Go to last post
0 16
I am working on a project that currently has the interfaces and some enum's defined in VC6 IDL. The only implementors (servers) of the IDL are...
Cartoper
08-13-2007 08:08 AM
Cartoper Go to last post
0 8
Hi all. I have a .NET component that implements several interfaces and derives from ServicedComponent. It has a fixed GUID and ProgID. Everything...
carl_bevil@yahoo.com
08-10-2007 02:33 PM
carl_bevil@yahoo.com Go to last post
3 9
Hello, I have a COM+ component which i am trying to use from a .Net application. I have a requirement to make it hang-safe, so that if any function...
igalvelis@gmail.com
08-09-2007 11:44 AM
Johannes Passing Go to last post
1 10
I am using COM to integrate some .NET components into a legacy app, and am running into a difficulty with locating assemblies. I have a C# class...
=?Utf-8?B?Sm9obiBEdWRkeQ==?=
08-08-2007 03:46 PM
=?Utf-8?B?Sm9obiBEdWRkeQ==?= Go to last post
0 10
Hello. I have a problem. I have to access enumerators of the enum that is located in DLL written in C#. Currently I can do that from VB6 only...
=?Utf-8?B?a2FsaWNo?=
08-08-2007 11:22 AM
=?Utf-8?B?a2FsaWNo?= Go to last post
0 20
Hi, I want to call a (static) native function "DeleteInstance". These methods looks like in the header-file: static void DeleteInstance(); and in...
Ralf
08-08-2007 12:32 AM
David Wright Go to last post
1 69
Hi, My system service (running as LocalSystem, on Windows 2008, June 2007 CTP) is trying to launch a client app in a user's interactive session. I...
=?Utf-8?B?a3J6eXM=?=
08-07-2007 04:48 PM
=?Utf-8?B?a3J6eXM=?= Go to last post
0 18
Hi, I'm porting my libusb-win32 device to WinUsb. It is completely controlled via the Control Pipe so all I want to do is sending control messages to...
Jan-Cornelius Molnar
08-07-2007 04:28 PM
Jan-Cornelius Molnar Go to last post
0 14
Hi Guys, I need some help on the topic. I am trying to access a com+ object located in a physical machine (let's say machine A). In another...
ak
08-07-2007 06:15 AM
Johannes Passing Go to last post
3 13
I have written a COM interop DLL in VB.NET for .NET 2.0.50727. In it, I have defined one of the enums as follows: Public Enum side : uint All =...
=?Utf-8?B?QWRuYW4=?=
08-07-2007 02:26 AM
Johannes Passing Go to last post
1 19
I am developing a .NET serviced component using EnterpriseServices (in C#). It interacts with some COM objects, and implements some interfaces...
carl_bevil@yahoo.com
08-06-2007 06:36 PM
carl_bevil@yahoo.com Go to last post
2 17
Hi, I'd like to be able to use my custom .NET control as an embedded object, and drag and drop it between OLE- capable applications. I'm having...
=?Utf-8?B?a3J6eXM=?=
08-04-2007 12:06 PM
=?Utf-8?B?a3J6eXM=?= Go to last post
0 12
Hi, I'd like to insert a custom .NET control into clipboard as a part of OLE drag and drop data transfer, or to be manually pasted something like...
=?Utf-8?B?a3J6eXM=?=
08-04-2007 12:04 PM
=?Utf-8?B?a3J6eXM=?= Go to last post
0 10
Hi, I'm implementing an unmanaged C++ embedded object to live in OLE containers, such as WINWORD.EXE, that needs to host and execute some .NET code....
=?Utf-8?B?a3J6eXM=?=
08-04-2007 11:54 AM
=?Utf-8?B?a3J6eXM=?= Go to last post
0 14
Hello, I'm new to COM development. Here's what I want to do: In unmanaged C++: 1) Create an interface called ITeam 2) Create another interface...
Brian Jones
08-03-2007 02:43 PM
Jealani Go to last post
2 11
Hello: I am using the Publish class (from System.EnterpriseServices.Internal) in my application to unregister a COM interop assembly. After...
=?Utf-8?B?UmFtb24gTi4gR2VuZQ==?=
08-02-2007 05:06 PM
=?Utf-8?B?UmFtb24gTi4gR2VuZQ==?= Go to last post
0 14
Hello Mattias, many thanks for your fast and qualified advice, it solve my problem :-) Best regards Detlev "Mattias Sjögren" wrote:
=?Utf-8?B?bGl0dGxlIHdpenphcmQ=?=
08-02-2007 11:16 AM
=?Utf-8?B?bGl0dGxlIHdpenphcmQ=?= Go to last post
1 11
Hello everyone, I have developed a COM component using C++. And I need to invoke some functions in another DLL which is implemented in C#. I am...
=?Utf-8?B?R2Vvcmdl?=
08-02-2007 08:04 AM
=?Utf-8?B?R2Vvcmdl?= Go to last post
2 28
I have a third-party ActiveX control that I use in C# .NET with COM Interop (dropped onto form in Visual Studio, etc.) Works just fine on...
WNC
08-01-2007 11:56 AM
WNC Go to last post
0 13
Hi there, I am fairly new to all of this and have a big problem that I hope someone more skilled than I can help me with (in particular help me...
=?Utf-8?B?Y2VuZHRlcg==?=
08-01-2007 08:42 AM
=?Utf-8?B?Y2VuZHRlcg==?= Go to last post
0 12
Post New Thread

Display Options
Showing threads 251 to 300 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.