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, Is it possible to pass a nested VBA variant array to C# over COM? Ie. varData(1) = "Hello" varData(2) = "World" varPass(1) = varData
paul.mallett@gmail.com
05-25-2007 05:46 AM
paul.mallett@gmail.com Go to last post
0 41
I am trying to change the User-Agent string in the .Net 2.0 WebControl. According to http://support.microsoft.com/kb/183412 the way it is done is...
herc
05-24-2007 10:33 PM
herc Go to last post
0 37
I am trying to return the variant type vbEmpty from a .NET .dll to Classic ASP but it is not working correctly. Here is the code that I am...
wangdawei1117@gmail.com
05-24-2007 03:41 PM
wangdawei1117@gmail.com Go to last post
1 39
I have a dll created in C#.net, that I wish to call from Delphi 5. I have strong-named the assembly, deployed it in the GAC, and registered it with...
sarah_c_clough@hotmail.com
05-24-2007 06:14 AM
sarah_c_clough@hotmail.com Go to last post
0 34
Hi All, I have developed a .net dll which using COM interops interface. I developed and VB6 application to utilize the dll file. It is working...
Venedict
05-23-2007 05:25 PM
Willy Denoyette [MVP] Go to last post
1 46
Hi, I am a new guy in C#. I try to pass a struct with a point to a mfc dll. But I am failed. Anybody knows what I must do? The following is my...
zhanglr
05-23-2007 10:09 AM
zhanglr Go to last post
1 41
We're having some trouble getting our .NET 2.0 application working with an ActiveX control. We're using the RTList...
nickdu
05-23-2007 07:27 AM
Walter Wang [MSFT] Go to last post
1 29
Hi, I'm experiencing some kind of thread behavior problem in a WinForms app in Vb.Net 2.0. Actually I'm doing some huge interop using DirectShow to...
Victor Reboucas
05-22-2007 07:57 PM
Victor Reboucas Go to last post
1 33
Hi, I am seeing problems raising events in a C# app that is using an ATL control I am developing when I run it in a debug session in VS 2005 that...
nick@martin-fam.org
05-22-2007 11:45 AM
nick@martin-fam.org Go to last post
0 32
Hi, We are developing an application with C# .Net 2.0 and using the MapPoint 2006 ActiveX control on a form. I noticed that the form with MP on it...
pcfountain
05-22-2007 09:23 AM
pcfountain Go to last post
0 27
Hi I would like to attach to a running excel application. What I would like to do is presenting the user a list of excel applications that are...
chjossi@gmx.ch
05-22-2007 08:13 AM
chjossi@gmx.ch Go to last post
0 37
Hello, I have an application that manages various active directory objects using ActiveDS interop. This application was working fine on...
pdabak@yahoo.com
05-22-2007 02:02 AM
pdabak@yahoo.com Go to last post
0 30
Hi, I am trying to call an old Delphi .dll // DELPHI definition (should return an array of 256 chars) function...
ShaunO
05-21-2007 02:09 PM
ShaunO Go to last post
4 41
I'm trying to utilize an analysis function called XIRR and I found a snippet of code. Once it gets to this line: 'Run the AutoOpen macro in the...
MasterBlaster
05-21-2007 11:33 AM
MasterBlaster Go to last post
0 34
1. Do we have any standard design patterns or architectural guidelines for VBA – C# Interop. If so, kindly provide pointers 2. We have a situation...
Senthil
05-21-2007 09:31 AM
Senthil Go to last post
0 33
I am using the DSOFramer Control to display Office Documents in a Windows App per the instructions of Mr. Clement. Although it has made several...
Aaron
05-21-2007 08:48 AM
Jyothirmai Yepuri Go to last post
4 74
When I load my VS2003 program to VS2005 environment, I received the following error during Form loading. I am trying to find a right COM for the...
jpl
05-20-2007 09:14 PM
Walter Wang [MSFT] Go to last post
2 39
I was testing out the Visio ActiveX control recently. I noticed that if an exception is thrown inside its methods, then that exceptions seems to...
martin
05-19-2007 12:45 PM
martin Go to last post
0 36
I have a project that's giving me a fit. I have a Windows service written in C#, that calls into an out-of-proc COM DLL written in unmanaged C++. ...
jeff.boone@nwea.org
05-18-2007 04:27 PM
jeff.boone@nwea.org Go to last post
0 46
Hi, I developed a deskband that sits in windows taskbar. when I restart the system its not showing up in taskbar, once again I need to add it from...
GopalKrishna
05-18-2007 01:20 AM
GopalKrishna Go to last post
0 43
Hi, I'm using a ATL ActiveX on a C# windows form (Visual studio 2005). That works great. However, I wanted to create a C# user control which would...
jhamers
05-17-2007 08:53 AM
Vitaly Go to last post
1 35
Thanks. Yes, we tried it, we still need to call RealeaseComObject to get it working. John On May 16, 12:28 am, Christian Fröschlin <froesch... (AT)...
johnxhc@gmail.com
05-17-2007 07:27 AM
Willy Denoyette [MVP] Go to last post
6 48
Hi, I have a VC#.NET DLL (Visual Studio 2005), which runs a simple UDP server. It receives position updates from the client, and sends images from a...
Castratroi
05-16-2007 07:57 PM
Castratroi Go to last post
0 33
Hi, I have created a .Net 2.0 COM component containing both HTTP and FTP communication methods. The component was created in the Visual Studio...
Schulz666
05-16-2007 12:01 PM
Schulz666 Go to last post
0 37
Purpose: To bubble up events from C# DLL to EXCEL VBA. I have created a COM wrapper that uses other assemblies and runs a background thread to listen...
Senthil
05-16-2007 11:43 AM
Senthil Go to last post
0 35
Hi All, I am using some custom win controls in my webapplication, There was one requirement where i have to raise a event of control's from...
soniajay80@gmail.com
05-16-2007 06:17 AM
soniajay80@gmail.com Go to last post
0 32
Hello group, I will appreciate it if somebody could give me some hints on how to start COM Add-In. What knowledge should I have as...
Amit
05-15-2007 03:53 PM
Amit Go to last post
0 35
Hello News Group, I try to expose a managed class that has a method returning a managed array of reference types. However, I cannot get it to run as...
sebastian.dau@googlemail.com
05-15-2007 03:55 AM
sebastian.dau@googlemail.com Go to last post
0 68
I am attempting to incorporate a 3rd party DLL that is unmanged into my managed project. The problem as you might have guess is regarding getting...
Tim Barber
05-14-2007 03:38 PM
Tim Barber Go to last post
1 45
Where can I find more information on implementing this class? I have seen little about actually using it. I would like to see some examples of...
Andria
05-14-2007 10:36 AM
Andria Go to last post
2 36
Hi All, Can anyone help me out in this. We were having Excel 2000 previously on our LIVE Webserver. Then there was Interop.excel.dll in our...
Parag Phatak
05-14-2007 02:29 AM
Parag Phatak Go to last post
0 35
Hi All, Can anyone help me out in this. We were having Excel 2000 previously on our LIVE Webserver. Then there was Interop.excel.dll in our...
Parag Phatak
05-14-2007 02:24 AM
Parag Phatak Go to last post
0 33
Hi All, Can anyone help me out in this. We were having Excel 2000 previously on our LIVE Webserver. Then there was Interop.excel.dll in our...
Parag.phatak@fuelindia.com
05-14-2007 02:20 AM
Parag.phatak@fuelindia.com Go to last post
0 39
Hi All, Can anyone help me out in this. We were having Excel 2000 previously on our LIVE Webserver. Then there was Interop.excel.dll in our...
Parag.phatak@fuelindia.com
05-14-2007 02:19 AM
Parag.phatak@fuelindia.com Go to last post
0 40
Hi All, Can anyone help me out in this. We were having Excel 2000 previously on our LIVE Webserver. Then there was Interop.excel.dll in our...
Parag.phatak@hotmail.com
05-14-2007 02:16 AM
Parag.phatak@hotmail.com Go to last post
0 44
Hi, Could somebody point me to some sample code to call a .NET from MFC (no managed extensions please) ? I understand that this involves using COM...
T
05-12-2007 02:05 AM
T Go to last post
1 52
I'll look into Publisher Policy. What do you think about "ComCompatibleVersionAttribute"? Right now I use a fixed GUID, which I would have thought...
Bob Eaton
05-11-2007 08:34 PM
Bob Eaton Go to last post
2 40
Hi, Ideally this would be in an Exchange news group but there doesn't seem to be one. To wit: My event sink silently stopped working after the...
Rhett
05-11-2007 08:30 PM
Rhett Go to last post
0 32
..Hey, after installing ComShimWizards for VS2003, i had to deinstall it for some reasons. Trying to make a new install in an other directory I got...
GK
05-11-2007 05:47 AM
GK Go to last post
0 43
Hi. We are using a third-party unmanaged DLL via PInvoke, but we have discovered that over time the application's process is accumulating memory and...
kh
05-11-2007 03:13 AM
obiwanjacobi Go to last post
1 44
On May 9, 11:29 am, Christian Fröschlin <froesch... (AT) mvtec (DOT) com> wrote: That would be my hunch too, but I'm not completely up-to-date on...
obiwanjacobi
05-10-2007 04:57 AM
obiwanjacobi Go to last post
4 45
Hello, I have following problem. I created a thread in frmMain_Load tr1 = New System.Threading.Thread(AddressOf AlarmenBekijken) tr1.Start() In...
Thorgal
05-10-2007 04:54 AM
Thorgal Go to last post
0 32
I just got my first box running Vista. (yihaa!) My happiness didn't last long - my code broke. This snippet works in Windows XP but not in...
jhh@locus.no
05-10-2007 01:19 AM
jhh@locus.no Go to last post
1 56
Hy, I found a post in January 2006 by "Scott" <shembrough ... community.nospam> titled "Reg-free COM problem". He describes that RegFree COM...
Van den Driessche Willy
05-09-2007 08:55 AM
Van den Driessche Willy Go to last post
0 39
Is there any way to find out all the VPN Connections from Vb.Net Thanks, Rob
Rob
05-08-2007 05:18 PM
Rob Go to last post
0 38
How to Setup VB COM DLL in your .NET Application --------------------------------------------------------------------------- Step 1. Register the...
anonieko@gmail.com
05-08-2007 03:46 PM
anonieko@gmail.com Go to last post
0 55
Hi all! I am debugging a VB6 client application through to a dotNet 2.0 class library (dll) using the following in my app.config...
JerryWEC
05-07-2007 10:16 PM
Walter Wang [MSFT] Go to last post
4 40
I'm building a splash screen for a .Net 3.0 WPF app. The SplashScreen class needs to load a bitmap (.png) using Win32 functions but I'm having...
MichaelG
05-07-2007 08:59 PM
Walter Wang [MSFT] Go to last post
4 48
Dear All, I am facing a problem in vc++ list control I have created list control using Image list in Report View style i have only four item ,...
ashukasama@gmail.com
05-07-2007 09:11 AM
ashukasama@gmail.com Go to last post
0 89
The following situation works perfectly when installed on my development machine (containing VS 2005 SP1) however when I install it on machines...
ncaler
05-04-2007 02:34 PM
ncaler Go to last post
0 40
Post New Thread

Display Options
Showing threads 451 to 500 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.