| Thread | Last Post | Replies |
|
| Adding a string name to Interop.Excel.dll | 06 Dec 2003 14:26 GMT | 9 |
I have a VB.NET (VS 2003, .NET 1.1) application which references Excel 2000. This generates Interop.Excel.dll. The generated .dll is invalid, so I use ildasm to generate a .il file. I change to .il file (changing some [in] to [in][out] so events work
|
| QueryInterface for interface Excel._Application failed | 05 Dec 2003 22:35 GMT | 1 |
Hi Gurus, I am having problem opening an excel file from vb.net. My code looks like this: Dim EXL as Excel.Application
|
| Binary Compatibility with Managed C++ | 05 Dec 2003 14:01 GMT | 2 |
I have the following structure in a DLL: namespace myDLL{ public __gc class Base {
|
| DllImport | 04 Dec 2003 18:37 GMT | 1 |
Is there a tool/way to generate the DllImport (and data structure) statement based on a dll we provide, in order to be able to call functions from a C# app? (advapi32.dll)
|
| Excel 2003 + Solver + C# | 04 Dec 2003 18:16 GMT | 3 |
Sorry for the cross post but I need an answer to this ASAP and wasn't sure which newsgroup is the most relevant since this problem covers a number of areas. Problem:
|
| C# PInvoke definition for INVALID_HANDLE_VALUE | 03 Dec 2003 18:41 GMT | 1 |
Hey all, INVALID_HANDLE_VALUE is #DEFINE-d like so (in winbase.h): ((HANDLE)(LONG_PTR)-1) which I'm reading as -1 cast to LONG_PTR cast to HANDLE.
|
| How to convert from IStream to System.IO.Stream | 03 Dec 2003 13:42 GMT | 3 |
I'm getting an IStream back from function xmlHttp.responsestream. I would like to convert this to a System.IO.Stream in order to work with it in my application. Has anyone encountered this and written a conversion? TIA,
|
| Excel 2003 and WinForm | 03 Dec 2003 05:44 GMT | 2 |
Is it possible to integrate Excel 2003 (Workbook/sheet) in a WinForm? What I want to achieve is dat Excel runs in a WinForm (as a control?) and not as a popup Excel Workbook/sheet. Thanks.
|
| Interop Issue with VB6.0 COM+ Proxy? | 03 Dec 2003 04:31 GMT | 2 |
I've posted this on the WebService thread but had no luck so perhaps any interop experts can shed some light on this? All i'm trying to do is make a call into an unmanaged COM+ component via it's application proxy from a .NET ASP Web
|
| COM Interop weird problem | 03 Dec 2003 03:52 GMT | 1 |
I'm writing a small C# WinForms application to COM Interop with Windows Messenger (v4.7.2009). Basically the purpose of the app is to catch the messages that I receive in Windows Messenger while I'm away from the PC
|
| COM object not registered | 02 Dec 2003 18:56 GMT | 1 |
I am trying to access an object from the RSView32 object model. In doing so I get the message : COM object with CLSID {0C599E91-BC23-11D0-95FC-00A024E91813} is either not valid or not registered.
|
| Asynchronous Pluggable Protocols | 02 Dec 2003 09:10 GMT | 2 |
I was wondering if anyone has a working implementation of APP's written in C# or VB.NET that they'd mind sharing. I've found various newsgroup posts that keep giving a snippet of information but I can never find the whole
|
| interop msxml and solution structuring | 02 Dec 2003 02:49 GMT | 1 |
I am migrating a VB6 COM web application to VB.Net. I have several (lets say 2) vb projects which currently compile to 2 dlls Each VB6 project references the msxml4.dll After passing each project through the MS .net migration tool I end up with
|
| Trouble interoping to VB6 with fixed-length strings | 02 Dec 2003 01:30 GMT | 2 |
Reposted from ...languages.csharp because this group seems more appropriate: Hi, My C# code is calling VB6 code, which expects all (fixed-length) strings to be padded with spaces. The strings are contained with a struct, something
|
| There is no MTS context available - What does this mean? | 01 Dec 2003 17:58 GMT | 4 |
I am trying to use a (.NET ready?) dll assembly written by IBM for the Websphere product. It is called amqmdnet.dll. When I try to create a new object I receive an error message which says "A first chance exception of
|