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     
In C#, I have created two properties, as shown below. When I access these fields from VB, it's throwing an error as Compile error: Function or...
Sidu
08-31-2005 06:07 PM
Sidu Go to last post
0 13
I am trying to call DCOM from web service. Having "COM target does not implement IDispatch." error. Tried code from within web service, separate...
AT
08-31-2005 04:47 PM
AT Go to last post
1 15
Good Day All, I have a series of interfaces defined in a VB6 ActiveX dll. I can import these into a .NET project and use them to instantiate a VB6...
Dan
08-31-2005 04:35 PM
Dan Go to last post
0 12
I'm using VB in VS2005 beta 2. I have a graphical user control that comes from an VB6-OCX. I'd like to use it on form which is a MDIChild. If I...
Robert Schneider
08-31-2005 11:18 AM
Robert Schneider Go to last post
0 10
Sorry for the x-post but it was suggested I post here as it is believed that this is a COM interop problem. Here is some background...
shawn clarke
08-31-2005 10:44 AM
shawn clarke Go to last post
1 21
Hi all, I currently have a three tier app deployed: - Client - VB6 app - Server - COM+ app written in VB6 - DB - SQL Server 2000 and I want to...
Radu Enuca
08-31-2005 10:19 AM
Radu Enuca Go to last post
0 23
I posted the following a few weeks ago on another forum and have had no response, so am trying again...
TerryRey
08-30-2005 09:46 PM
AT Go to last post
1 36
I am looking for the best way to switch Windows video modes. Here is what I am trying to accomplish: I have an app that need to initially display...
mphacker
08-30-2005 08:51 PM
Steve Throner Go to last post
1 5
Hi all, I've created a .NET app that executes a DTS package. Everything works great if I pass the appropriate parameters to the application; if I...
Wade
08-30-2005 09:30 AM
Wade Go to last post
1 17
Hi, I have a .NET interface, which is inherited from IEnumerable. public interface IMyInterface : IEnumerable { //Some methods
AT
08-30-2005 06:36 AM
AT Go to last post
0 22
I originally posted this in microsoft.public.adsi.general half an hour or so but realised that I should probably have posted it here: I need to...
ssg31415926
08-30-2005 05:51 AM
ssg31415926 Go to last post
1 18
Hi there, From a VB.NET application, a VB6 ActiveX DLL needs to be used. This ActiveX.DLL (source not available) has an Announce() method which...
news.scarlet.be
08-30-2005 04:46 AM
news.scarlet.be Go to last post
0 29
I have a UserControl in VB.Net. As part of this, I handle DragDrop by obtaining the IDropTarget Interface from Folders that the DragDrop is over. I...
Jim Parsells
08-29-2005 04:48 PM
Jim Parsells Go to last post
0 23
It works:) Thank you very mych, Mattias. Luke
luke
08-29-2005 04:27 PM
luke Go to last post
2 20
Thanks a lot for your quick response. "Mattias Sj?gren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
Tal Shachar
08-29-2005 03:30 PM
Tal Shachar Go to last post
1 16
Hi, I need to realize IEnumUnknown interface in .NET. So I described IEnumUnknown in .NET as: public interface IEnumUnknown {
AT
08-29-2005 12:10 PM
AT Go to last post
0 15
Hello, I must draw charts in a VB.NET application, I would like to know what is the the best choice et differences between : - Microsoft Office...
Doudou
08-29-2005 11:19 AM
Doudou Go to last post
0 18
Hi All, I'm trying to make an assembly in C# to use as a COM server. I'm building as normal and ruinning regasm at the end. Everything is generally...
Tom Z.
08-29-2005 08:57 AM
Pedro Ramilo Go to last post
1 21
I have built a simple set of three classes in VB2005 Beta2 and attempted to expose them to COM to be consumed from inside Outlook 2003 VBA. I have...
Pedro Ramilo
08-29-2005 08:48 AM
Pedro Ramilo Go to last post
0 16
Hi all My question is about marshling SecurityIdentifier in COM. In the MSDN this class is described as "Represents a security identifier (SID) and...
AT
08-29-2005 01:36 AM
AT Go to last post
0 13
Hello, I am attempting to enumerate Disk devices in my system and locate associated volumes and drive letters with these devices. I have translated...
Simon Wellborne
08-28-2005 07:35 PM
Simon Wellborne Go to last post
0 21
C# code that compiled and ran successfully in VS 2003 is compiling but failing in VS 2005: static void Main(string...
Scott Smith
08-28-2005 01:13 AM
Scott Smith Go to last post
1 10
My .NET application handles events from an out-of-proc COM server. These events do not execute on the app's primary thread, however. Is this...
Dana
08-27-2005 05:15 PM
Dana Go to last post
0 17
I've seen many examples of this same type of question and I keep trying what I find, but I can't get things to work. If I can validate that I have my...
Voss
08-27-2005 12:36 PM
Voss Go to last post
0 20
hallo liebe gemeinde: ich habe eine c# dll und ein com interface dafür. soweit so gut. mit dem aufruf: var x = new ActiveXObject("DLL_NAME.CLASS")...
08-26-2005 05:29 PM
Go to last post
0 16
The expected result is 0. Returned by Declare Lib and DllImport with SuppressUnmanagedCodeSecurity The returned bad result is .005 (which is...
casey chesnut
08-26-2005 03:48 PM
casey chesnut Go to last post
1 18
i'm pInvoking a component from a web service. on my test computer with IIS5, i have the component in the \bin directory, and the call works. when i...
casey chesnut
08-26-2005 02:10 PM
casey chesnut Go to last post
1 16
I would like to know how do I pass a pointer to a struct from managed code to unmanaged code. For example if I create structure like this in managed...
AT
08-26-2005 02:06 PM
AT Go to last post
0 11
I made a simple program to illustrate my question. I added the Microsoft PIA's, and then I added a reference to Word. The path to the word.dll...
Ron Dahl
08-26-2005 11:26 AM
Ron Dahl Go to last post
0 19
I am tring to write simple console application in C# to test the APIs functions made available by the dymo sdk. The dymo sdk provides a dll library...
AT
08-26-2005 06:46 AM
Kenneth Myhra Go to last post
1 17
I am experimenting late binding using C#. It's quite awkward doing COM this way, but I think it's fun. I am trying to catch DocumentComplete event...
Neo The One
08-26-2005 05:33 AM
Neo The One Go to last post
1 28
We are hosting the axWebBrowser in a windows form. A web page is loaded that contains a .net user control. If we have set the UIHandler, the...
tosch
08-26-2005 01:51 AM
AT Go to last post
11 45
Hi! I am trying to install a COM Server that I have written in C# via Internet Component Download in Internet Explorer (CAB file), but have so far...
Kenneth Myhra
08-25-2005 10:18 AM
Kenneth Myhra Go to last post
0 19
I have .NET components consumed by ASP 3.0 pages on SERVER1. The .NET components access the file system on SERVER2. Auditing SERVER2 I found out that...
Fabio
08-25-2005 09:31 AM
Fabio Go to last post
0 10
Hi. I am writing a C# interface to a C++ / C driver for a hardware card and I am having the following issue when trying to set up a callback...
John Eyles
08-25-2005 08:51 AM
John Eyles Go to last post
0 19
I have .NET components consumed by ASP 3.0 pages on SERVER1. The .NET components access the file system on SERVER2. Auditing SERVER2 I found out that...
Fabio Scagliola
08-25-2005 08:23 AM
Fabio Scagliola Go to last post
0 12
Here is the overview: I have a presentation layer (it can be an web page or a windows form), a Business Layer where business rules are enforced and...
Mike Malter
08-25-2005 04:54 AM
AT Go to last post
7 17
I have to make a program in VB.Net to flash the ROMs of different phones. The first step in the task, is to make a little application that listens to...
AT
08-24-2005 06:21 PM
Mark Rae Go to last post
1 15
Hello, I have the following setup: a C# project which declares an enum: public enum FunctionTypes { SolventMix =1,
Eckhard Schwabe
08-24-2005 12:22 PM
Eckhard Schwabe Go to last post
0 16
Damn, somehow I posted this to the wrong group :S How can I create a pointer to a string array from VB.Net? I want to take a string array of...
Rob Mayo
08-24-2005 09:55 AM
Rob Mayo Go to last post
0 16
Are there instructions or special gotta's about creating an Office Addin installable on a PC other than the dev machine. I have an Addin that...
Glass Half Full
08-24-2005 02:39 AM
AT Go to last post
5 18
Hi All, Greetings!!! I have a question. Please respond.... I am trying to write a C# component that need to inherit some of the the interfaces from...
P Reddy
08-24-2005 01:40 AM
P Reddy Go to last post
0 21
I have written a VB .NET 2003 application to attempt to facilitate Access as its reporting tool (since Access was the preferred method around here...
Mr Developer
08-23-2005 02:25 PM
Mr Developer Go to last post
0 22
Hi all. I have a DLL exposed as a COM object which contains a class. This class is instantiated and used by a VB6 Windows Form. This class calls...
Cinnio
08-23-2005 12:08 PM
Cinnio Go to last post
0 22
Greetings, We have a simple C# console application wrapping a third party COM object. "Every once in awhile" the third party COM object throws...
steve
08-22-2005 05:53 PM
steve Go to last post
0 22
Hello everybody, is there anybody that could tell me if i am wrong. I have done an activeX control in c++ MFC which I have integrated in a winforms...
minh
08-22-2005 06:26 AM
minh Go to last post
0 26
Thank you so much! Now my code doesn't crash the explorer! However, I still have a problem, so may be you can help again. My code reads: int...
AT
08-21-2005 12:56 PM
Chandra Go to last post
4 29
Hi, I'm trying to open a csv file from within Excel. I'm using the OpenText command from within my C# project to do it. I only want to format one...
AT
08-19-2005 12:50 PM
AT Go to last post
0 26
I'm using the MSXML2 HttpTransaction in my C# app. I want to make the call async and use a callback function. The code compiles but the callback...
Jason
08-19-2005 12:29 PM
Jason Go to last post
0 28
Hi, I'm using a native DLL from C# code. One of the DLL's functions has the following C style calling convention: typedef NameType char; int result...
Michael Engel
08-19-2005 09:27 AM
Michael Engel Go to last post
0 23
Post New Thread

Display Options
Showing threads 2901 to 2950 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.