| Thread | Last Post | Replies |
|
| late binding | 31 Mar 2005 20:05 GMT | 1 |
Can anyone direct me to C# code examples using late binding? thanks in advance jay widman
|
| Variant containing SAFEARRAY problems | 31 Mar 2005 17:25 GMT | 1 |
Helllo all, I have a COM server that exposes an explicit interface that has a method that accepts a VARIANT datatype. I want to use this to pass arrays of integers/doubles/BSTR from my C++ app to a separate C# application.
|
| Windows 2003, Excel and SAP.NET | 31 Mar 2005 07:30 GMT | 3 |
I have an ASP.NET application that exports some data to Excel via Interop. The application is working fine in Windows 2000 Server. Now we are changing our servers and we have installed Windows 2003 Server Enterprise Edition, the application works fine, but it does not export to ...
|
| Excel Automation | 31 Mar 2005 06:58 GMT | 3 |
I have seen lots of thread on HOW TO automate Excel. Many has also provided answers to that. But none had provided a generic way that does not depend on the version of XL. I need a sample that is able to automate XL irrespective of the version
|
| ActiveX control, disposing | 30 Mar 2005 20:39 GMT | 9 |
I am trying to put a Vb6.0 activeX control into a VB.net project. The Vb 6.0 activeX control works fine in a VB6.0 app. But the problem comes when I close down the Vb.net app. I get the"exception privileged error". I think it is because the ActiveX components are not shut down in ...
|
| Range.Text - Generic Server Exception using Word Interop | 30 Mar 2005 20:23 GMT | 2 |
I wrote a ASP.NET web service for automating Word document creation based on WordML templates. I have this all working using Word Interop's Find and Replace funtionality to replace my placeholder text from the template document with the actual data from my database.
|
| CallBack in C# from VC++ | 30 Mar 2005 14:18 GMT | 1 |
I have a C# Exe and a VC++ ATL com dll. Now I have added the the VC++ ATL com dll to my C# Exe using Add reference. I can able to call a function in VC++ dll from my C# code. I have another function in my C# code which has to be called from VC++ something
|
| Interop.word problem "The RPC server is unavailable" | 30 Mar 2005 09:33 GMT | 1 |
I'm new to c# .net programming, coming from a java background, and am currently self learning the language trying to prepare a demo of a windows.forms application of our current java client. I've yet to undergo a training course, so im not sure if what i'm doing is
|
| Visual C# with Microsoft Word XP | 30 Mar 2005 08:14 GMT | 1 |
I am facing a problem with Visual C# 2003 and MS Word XP. I am using a customized template for Word and in that template I have defined some bookmarks. I am trying to create a Word document based on the customized template, reading all the bookmarks and replacing them with ...
|
| Null function pointer... how do I do this in C#? | 30 Mar 2005 07:24 GMT | 6 |
Hi everybody. I am working with Eicon's X.25 Development tools. The tools come with a ex25.dll that I need to interact with, from my C# code. I have been marginally succesfull in getting some of the method calls to work. For example:
|
| Using calling .NET dll from VB6 | 30 Mar 2005 01:17 GMT | 6 |
We have a legacy application (which is quite complex and large) written in VB6. We are currently upgrading it and enhancing its functionalities. We have also adopted .NET as our new development evironment. As a result of this, the upgraded version of our application contains code ...
|
| Interop COM in C# - can't get the object released | 29 Mar 2005 17:23 GMT | 4 |
I am trying to develop an ATL COM object together with a C# web application that will host it. I am following the COM Interop Part 1: C# Client Tutorial, Example 2, The C# Code Approach from the April 2004 MSDN library exactly. But the client will not release the COM object.
|
| Callback method parameters shift | 29 Mar 2005 11:45 GMT | 1 |
I am calling a method from C# to an unmanaged dll that includes two callback methods, one for reading from a buffer and one for writing to a buffer. The callback methods have 3 parameters, all IntPtrs. The first callback to each method works fine, but the second time the read ...
|
| Memory leak? | 29 Mar 2005 11:43 GMT | 1 |
I'm not sure, but I may have found a memory leak between vb6 and .net. Of course, it is possible that I just don't understand something correctly or I did something wrong. In any event, what I've done is create a C# class library that exposes an interface through COM. If I ...
|
| Finding COM Interfaces | 29 Mar 2005 11:07 GMT | 3 |
I'm getting a COM Object, but I'm not totally sure which COM Interface(s) it implements. How can I find this out?
|