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     
I wrote an application for Windows Embedded with Windows Forms: In the Application Start I must synchronize the date/time in offline mode so I ask...
Newsgroup Microsoft
Yesterday 09:04 AM
Newsgroup Microsoft Go to last post
0 8
Hi, I have a very interesting problem Basically i have made a COM Dll in VB.Net (.Net 2.0) so that it can interact with my existing Excel VBA...
shrey
Yesterday 02:55 AM
shrey Go to last post
1 5
I am calling a .NET application via a COM interface from Ruby. This has worked fine for a long time with this simple installation procedure: (1)...
msorens
06-30-2009 07:33 AM
Jialiang Ge [MSFT] Go to last post
10 23
Hi all! I am looking at doing a service application with .NET that can host it's own COM objects (like ATL exe service). Service app part,...
Goran
06-25-2009 06:52 AM
TDC Go to last post
1 11
Slowly losing my mind on this one. May be an extremely simple answer, but I have no idea what it is. I have a C++ COM object - let's say MyCalcs...
Arghyle
06-22-2009 02:36 PM
Arghyle Go to last post
1 2
FYI: Marshalling it differently was indeed the trick. Many thanks! "Giovanni Dicanio" wrote:
Arghyle
06-22-2009 02:09 PM
Arghyle Go to last post
0 5
is it possible to develop and deploy com class object for private consumption as a limited user vs. power user? how about building application using...
GS
06-21-2009 09:47 PM
GS Go to last post
0 3
I have an exception when i try to open a file (which is located on a shared directory) with dsofile : oDSO = New...
AT
06-18-2009 03:48 PM
Thomas Go to last post
6 46
Hi I have a solution with a vb.net winform project and an outlook add-in project. I have added a setup project to the solution. Is it possible...
John
06-18-2009 03:18 PM
John Go to last post
0 8
We are having problems getting VB6 to instantiate objects written in dot net. Initial versions of the components worked fine - they were built...
kennymce
06-18-2009 03:14 AM
kennymce Go to last post
0 3
Hello All, I have an app that can be controlled by vbscript. Due to a new requirement I would like to be able to register a vbs function that my C#...
bjdodo
06-13-2009 09:07 PM
bjdodo Go to last post
0 2
Hi all, I am developing a COM visible .Net component and ran into a strange problem. Here is the barebone of the issue. Interface looks as...
Sericinus hunter
06-12-2009 09:55 AM
Sericinus hunter Go to last post
0 4
Hi Folks, I am just trying to port my Application from .NET 1.1 to 2.0. Native C++ Code works fine. Native C# Code also works fine (just some...
Chucker
06-12-2009 05:38 AM
Tanakom Talawat Go to last post
4 33
I have 5 assemblies: VB6 ActiveX DLL: wrapper for ImpactRScan a COM Exposed .net component VB6 Standard EXE: TestHarness for this solution C#'05...
amdrit
06-10-2009 01:12 PM
amdrit Go to last post
0 34
I have a vb6 exe that uses a .net dll using interop. Right now, if an error occurs in the .net code, the users get an error they don't understand...
Joel Hammond
05-29-2009 10:53 AM
Joel Hammond Go to last post
0 32
Hi, I'm posting my question here since it involves interop when using Task Scheduler 1.0. I hope you guys and girls can help me. I'm writing an app...
DamageJackal
05-22-2009 06:52 PM
DamageJackal Go to last post
0 28
When using a web service I currently have sometimes I get a dialog box "Server Busy", not that I mind being told that but I would like to delay...
Joe
05-22-2009 02:50 PM
Shellie Go to last post
2 27
Hi all We are about to start a new project from scratch. Performance and development time are important issues. Thus, we have decided to make use of...
ST
05-21-2009 08:19 PM
ST Go to last post
0 22
(I posted this earlier to microsoft.public.dotnet.languages.csharp, but the response that I got said that that was the wrong group, so I'm trying...
Pink Pig
05-19-2009 06:34 AM
Pink Pig Go to last post
0 31
I'm developing a .net based module for an application written in Visual c++ 6. I'm having trouble with a non-modal dialog. I can't get...
Jan Obrestad
05-18-2009 05:11 AM
Jan Obrestad Go to last post
0 26
Hi, I try to make a excel file and make sheets depending on the data returned (numbers of dataset). Please let me know if anyone knows about...
Ken
05-15-2009 10:14 AM
Ken Go to last post
0 27
I am trying to create a webservice on 2008 Server for creating and managing windows media publishing points. I have installed Windows Media Services...
BillyWonka
05-14-2009 12:02 PM
BillyWonka Go to last post
0 22
I haven't found any comprehensive sample code on this topic. Lots of pages cover C++ VARIANT and SAFEARRAYS, but nothing covering C#...
praetor
05-13-2009 04:41 PM
Ben Voigt [C++ MVP] Go to last post
6 19
I don't believe there is any built in support for sparse files in .NET. So I created some pinvoke calls to get sparse file support within my...
nickdu
05-13-2009 01:51 AM
Jialiang Ge [MSFT] Go to last post
11 34
Does anybody know if there is an equivalent of Excel.Application.SendKeys for Word 2007? I'm using the DSOFramer control and am trying to...
Mike Loux
05-12-2009 10:34 AM
Mike Loux Go to last post
0 20
0.4941614 Have To See This ... 0.8639629 0.7464682 Now Visit Tobacco Is Drugs 0.3726217
0.4941614realizeitistrue@0.8639629now.com
05-08-2009 09:24 PM
0.4941614realizeitistrue@0.8639629now.com Go to last post
0 28
Suppose I do the following in C++: STDMETHODIMP CFoo::get_Bar (IBar **outBar) { CComObject<CBar> *...
dsheiner
05-08-2009 04:26 PM
dsheiner Go to last post
0 19
I have an ASP.NET 9C# 2.0) web service that uses a lookup of e-mail addresses. It currently uses a simple array to store the information of the form...
Thom Little
05-07-2009 03:59 PM
Thom Little Go to last post
1 35
I have to use PInvoke to call a C library function that has the following signature: foo(const char *, const char *, EnumType, ...) The function...
opellegr
05-06-2009 10:27 AM
opellegr Go to last post
1 26
Hi I am trying to diagnose a problem with a .tlb which is created by dotnet but which I want to consume in VB6. (I have an outstanding post at one...
Simon Woods
05-06-2009 03:59 AM
Simon Woods Go to last post
2 22
Ok - I'm going to try to keep this simple: I have a COM Callable Wrapper around a simple .NET component. Now let's say I'm passing a VB6 Textbox...
Arghyle
05-04-2009 05:19 PM
Arghyle Go to last post
0 20
I've got an annoying issue here... I'm doing late-binding to a VB6 DLL which references a third-party OCX (for Graphics Server Workstation). The...
Stu
04-29-2009 11:11 AM
Ben Voigt [C++ MVP] Go to last post
6 23
I've written the following methods: public struct TRACE_GUID_REGISTRATION { public IntPtr Guid; public IntPtr RegHandle; }
nickdu
04-28-2009 12:21 PM
Ben Voigt [C++ MVP] Go to last post
3 20
I'm trying to call RegisterTraceGuids() from C#. One of the parameters of this method is an in/out array of structures. Do I need to make this...
nickdu
04-28-2009 03:57 AM
Jialiang Ge [MSFT] Go to last post
1 19
I am writing a component in C# which is a COM Callable Wrapper. Some of the methods pass structs across COM. My question is, how does COM...
James
04-26-2009 05:07 AM
Pavel Minaev Go to last post
1 22
I created a C# class library. It works fine on my development machine. I cannot get it to work on a test machine. The error is "Automation error....
ewm
04-25-2009 12:02 AM
ewm Go to last post
0 18
Hi All, I've got an interop problem I need some help with & I'm very green at .NET interop. Assume I have .NET A.DLL that exposes a COM object that...
Bowman, John C.
04-24-2009 10:52 AM
Bowman, John C. Go to last post
3 21
Hello All, I am trying to convert a list of Strings in LPWSTR* array. I am using the following way to convert it. But here the problem occurs in the...
avleo20
04-23-2009 10:00 AM
Ben Voigt [C++ MVP] Go to last post
1 17
I hae a .NET Assembly which will be used via COM by a Win32 application. When I register it using RegAsm (with /codebase option) I am warned not...
James
04-22-2009 09:50 PM
James Go to last post
2 21
I have a .NET Assembly (Library) that is a COM Callable Wrapper. The client for this library is a standard Win32 Windows application using the...
James
04-22-2009 02:14 PM
James Go to last post
0 17
Hi All, I'm fairly new to COM interop w/ .NET and need some help. Assume I have .NET assembly A.DLL (running under .NET assembly A.EXE) which is...
Bowman, John C.
04-21-2009 06:34 AM
Bowman, John C. Go to last post
1 19
Hi, how would you translate this to C#: typedef struct _SP_DRVINFO_DETAIL_DATA_W { DWORD cbSize; FILETIME InfDate; DWORD ...
Kerem Gümrükcü
04-19-2009 06:28 AM
Giovanni Dicanio Go to last post
1 18
When logged on to Terminal Server without Administrative Privileges I am trying to use a custom COM object I wrote in VB.Net. I can't register it in...
Claude
04-17-2009 09:50 AM
TDC Go to last post
3 58
I use native c++ client app to call a dotnet assembly through CCW (COM callable wrapper) In dotnet component, I used the following to raise...
pipi
04-17-2009 04:42 AM
Giovanni Dicanio Go to last post
3 38
I have a VB6 desktop application that I do not want to re-write. I have a new feature that I need to add so I created a VB.net ComClass DLL. I...
drrevans@yahoo.com
04-16-2009 03:59 PM
scottd1978 Go to last post
5 78
I'm developing a WebApp with .NET. In server side I have Excel 2003 installed, with all permissions allowed to execute Excel COM. But I'm...
Futurist
04-16-2009 03:40 PM
Futurist Go to last post
2 38
A managed function(in c#) is called in unmanaged dll . It works fine if unmanaged dll is build in debug mode. The application crashes when dll...
Manjula
04-15-2009 02:28 AM
Manjula Go to last post
0 38
I'm trying to instantiate a COM control in another domain. I need to provide credentials for the second domain, so I am assuming i need to create...
v.ventura
04-14-2009 05:40 PM
v.ventura Go to last post
0 28
I have an ActiveX written in C# I have added to the project SHDocVw and mshtml I need in my ActiveX to have access to the browser object I try it to...
buda
04-14-2009 04:55 PM
buda Go to last post
1 34
I currently have a DLL built in .NET (aka myManagedDLL) that is used by an application built in .NET (aka myManagedApp). In the future I need to...
Neal Shepard
04-14-2009 04:15 PM
Neal Shepard Go to last post
0 23
Post New Thread

Display Options
Showing threads 1 to 50 of 8860
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 - 2009, Jelsoft Enterprises Ltd.