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     
"Mattias Sjogren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote Thanks Mattias, That explains some things for me. However what are the...
Martin Kulov
01-04-2006 02:23 PM
Martin Kulov Go to last post
1 30
Hello, I'm having problems calling a function in an unmanaged C dll using VB.net. The program runs, then tries to execute the following function, and...
JimmyD
01-04-2006 11:53 AM
JimmyD Go to last post
2 34
Hi all, I'm trying to use Task Scheduler from a .NET application thanks to a COM object (mstask.dll). On one side, on windows server 2003,...
Feekoby
01-04-2006 11:38 AM
Feekoby Go to last post
0 28
I have a C# control that I use in an unmanaged C++ app using CCW. If both the C# and C++ projects reside in the same solution, is there an easier way...
AT
01-04-2006 10:12 AM
AT Go to last post
0 22
Stupid question time: do MS Office apps actually have to reside on the server in order to instantiate them on the client? Randall Arnold
Randall Arnold
01-04-2006 09:16 AM
Randall Arnold Go to last post
3 22
Hi, I repost here a question I a already asked in another, not-so-specific Forum. I had written some code that was using the Marshal class...
jochenam
01-04-2006 08:52 AM
jochenam Go to last post
2 19
I've been struggling with this one a few weeks ago, and just picked it up again but still don't see a solution. Does anyone have an idea how it's...
Lucvdv
01-04-2006 02:57 AM
Lucvdv Go to last post
1 40
I've got an ActiveX container control that claims to be able to host Windows Forms windows. Here's the extent of the documentation: It is also...
Graham Charles
01-03-2006 10:48 PM
AT Go to last post
3 25
I am consuming a .NET webservice using C# ( using wsdl.exe) and then exposing the resulting class as a COM component. Everything works fine but the...
Gurleen
01-03-2006 06:36 PM
Gurleen Go to last post
0 29
Hi, Using VS 2005 Standard. Win XP Pro. I have a web service that references a VB6 dll through interop. The problem is that I can't get the web...
Uriah Piddle
01-03-2006 06:10 PM
Gurleen Go to last post
1 43
I am getting this error when my vb.net 2005 app trys to create an Excel file. I have the Com object reference in my program. The program uses the...
Binh Phung
01-03-2006 12:23 PM
Randall Arnold Go to last post
1 41
Hi, We have a VB6 application that needs to use a new control written in ..NET v1.1 C#, imported as a COM control. We have tried adding the C#...
Asaf
01-03-2006 09:36 AM
hotsdogs Go to last post
1 20
Hi All, I have an application that accepts audio data every 20ms. I decode the data and write it to disk. The problem is that I am getting...
Mike Davies
01-02-2006 07:57 AM
Mike Davies Go to last post
0 33
Hello I'm trying to add an ocx to a .net windows.form (by adding to the components (COM) and then drag it to the window in VS 2003). After adding...
Mike Talbot
01-02-2006 02:05 AM
Randall Arnold Go to last post
1 24
Hi NG How can I create á mouse_event from MouseEventArgs in Net. I will use it like SendKeys for Mouse-Events. Thomas Bock
Thomas Bock
01-01-2006 02:14 PM
Thomas Bock Go to last post
0 29
I've a widows application, that makes use of an EXCEL COM object, to run a few macros available in a EXCEL file. The object is created when the app...
Mr.Doubt
12-30-2005 12:51 PM
Michael D. Ober Go to last post
4 31
Is it possible to instance a Microsoft office application element on an asp.net page using vb.net? For example, a PowerPoint table (instead of...
Randall Arnold
12-30-2005 12:52 AM
Randall Arnold Go to last post
0 26
Hi , I have a .NET console application...written in Managed C++. (This .NET console Application Project does not link to MFC) From this application i...
Shahid Munshi
12-29-2005 04:36 AM
Shahid Munshi Go to last post
0 22
Hi all, In my csharp project I use an activex component. The component has two interfaces, IA and IB, both contain methods and properties. In...
mdk
12-28-2005 10:48 PM
mdk Go to last post
0 40
I'm trying to use the AxSHDocVw.AxWebBrowser control in a form to provide a convenient way of viewing a variety of file types. My application shows...
Jim Brent
12-28-2005 04:43 PM
Jim Brent Go to last post
8 39
I have seen a lot of discussion about this topic but not a solution. If I missed it please let me know. Essentially my problem is that I have a VB6...
AT
12-28-2005 08:26 AM
AT Go to last post
0 31
Peter, thank you for your reply. In VB6 I can insert comands in the cell command bar with the same code I posted before, that's why I thought the...
Fabio
12-28-2005 07:56 AM
Fabio Go to last post
1 33
Hello,i am trying develope a client opc whith VB.NET and i am reading a lot of documetation of OPC but i have a quiestion for you,for develope it i...
AT
12-28-2005 04:57 AM
AT Go to last post
0 44
Folks, I am having a problem with the second parameter in the following signature in .NET Compact Framework: static extern foo_routine( IntPtr...
Joel Finkel
12-27-2005 10:22 AM
Joel Finkel Go to last post
0 70
Hello to all, I hope someone can help me, i really need help as soon as possible. I need to marshal structure that contains other structure, and the...
Kaloyan Georgiev
12-27-2005 06:20 AM
Kaloyan Georgiev Go to last post
0 22
Can someone tell me is it possible to force wmp component used by some C# application to read data from named pipe instead of url or local file? (If...
suse2k5 (AT) gmail (DOT) com
12-27-2005 03:13 AM
suse2k5 (AT) gmail (DOT) com Go to last post
0 26
All, I finally figured out how to call a function in my .NET form by using a callback from the DLL function (which of course executes for...
bill
12-24-2005 06:45 AM
Yuri O Go to last post
1 17
Hi folks. I'm working on a .Net application that interacts with Excel. Since we don't want to force our customers to completely renew their software...
blargold
12-24-2005 06:41 AM
blargold Go to last post
2 29
I'm having a problem using an axWebBroswer control on a VB.NET 1.1 Winform. When the form first loads, I'm able to call the .Navigate method with a...
webgreginsf
12-23-2005 12:10 PM
Dominique Kuster Go to last post
3 29
Hi, I'm writing a C# Windows Application (VS2005) with a label on a Windows Form. I'm using COM Interop to wrap a legacy COM Object and I would like...
Diego
12-23-2005 05:21 AM
Diego Go to last post
1 21
I am having the following problem using 1.1 Framwork. Before moving to 2.0 I would like to know if anyone had the same kind of problem! I have a...
Rogério Manente
12-22-2005 05:28 PM
Rogério Manente Go to last post
0 31
Hello, i tested the Automating Word Method , described on this page: http://support.microsoft.com/?scid=kb%3Ben-us%3B288367&x=14&y=10 And i changed...
Mathew
12-22-2005 08:16 AM
Mathew Go to last post
0 36
I have a VC++ .NET service running in one of our application servers. This service calls a VB .NET executable (This users INTEROP dll's). The...
Ravi
12-22-2005 05:49 AM
Ravi Go to last post
4 21
I am writing some code that is dealing with data structures being returned from the Win32 API and other sources. In this specific case I am having a...
Ken Allen
12-21-2005 09:44 AM
Ken Allen Go to last post
0 30
Putting this all together in one message to escalate this to managed group support using our MS Partner alias Have an ActiveX created in Delphi 7...
TAPIGuruFred
12-20-2005 11:49 PM
TAPIGuruFred Go to last post
4 18
I have an existing COM component written in C++ that does some Windows account management stuff. We're moving to Active Directory and rather than...
Dave
12-20-2005 08:09 PM
Dave Go to last post
0 21
Hi, We have a COM library with a .NET extensibility model which is achieved using managed C++ (2.0) to aggregate managed classes. All is fine...
Steve
12-20-2005 05:14 PM
Steve Go to last post
6 15
I am trying to pass an array from PowerBuilder to .NET (C#), going through COM. In PowerBuilder, we can define "dynamic" arrays where we do not...
Kevin
12-20-2005 03:33 PM
Kevin Go to last post
0 28
Summary: Well my question is ... Although this does appear to work, Is there something else that I'm missing that I should be taking...
RoryBecker (AT) gmail (DOT) com
12-20-2005 03:09 PM
Yuri O Go to last post
3 18
great, thanks Mattias :)
CzeshireCat
12-20-2005 04:34 AM
CzeshireCat Go to last post
1 24
Hello, I am stuck by a bizarre problem while using a DCOM EXE server. The code is simple: Type t = Type.GetTypeFromProgID(DCOMProgID, MachineName,...
Michael Moreno
12-20-2005 04:13 AM
Michael Moreno Go to last post
0 35
Hi, I have a form which is being open by various other forms as dialog. the form contains a media player activex control that plays a video/audio and...
DKT
12-20-2005 02:24 AM
AT Go to last post
1 22
Thanks Mattias Of course you're right. I just expected it was so simple with C# as with unmanaged but it seems not so. Ok, it works now :) Thanks -...
Yuri O
12-19-2005 05:18 PM
Yuri O Go to last post
4 23
I've put the code together with dllimports and struct into a test project, hope you see what's wrong. Bram. public struct...
Bram Hoefnagel
12-19-2005 11:23 AM
Willy Denoyette [MVP] Go to last post
12 35
Hi, I know how to have a COM class written in VB.Net raise an event. What if it's not a class but an interface? I can not attach the...
Armin Zingler
12-19-2005 11:03 AM
Armin Zingler Go to last post
1 15
Folks, I've created a COM component to be used by Great Plains. It will be deployed on a win 2k3 application server that people will terminal...
Buddy Robbins
12-19-2005 09:59 AM
Buddy Robbins Go to last post
0 19
I'm trying to marshal, via P/Invoke within a single process, an array of structures from a Win32 (not COM) C++ DLL to C#. I know very little...
Dan Schullman
12-19-2005 12:42 AM
Dan Schullman Go to last post
2 24
From my understanding, the C# listview class is a wrapper around the win32 listview and all win32 functionality is available through the wndproc...
johnny p
12-17-2005 02:41 PM
Christian ASTOR Go to last post
3 23
I've been having a number of headaches trying to use the Webbrowser control and MSHTML to generate off screen images of webpages. I've got it working...
Quantix
12-17-2005 12:39 PM
Quantix Go to last post
0 28
We are having difficulties getting environment variable within native DLL written in C++ which is loaded by C# .NET assembly, the env var is set by...
JC
12-17-2005 12:11 PM
Willy Denoyette [MVP] Go to last post
2 19
Post New Thread

Display Options
Showing threads 2301 to 2350 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.