Tagged Questions

0
votes
1answer
13 views

Accessing Excel.ComboBox from C#

Hi, I have a combobox (the drop down list control) in a pre-existing Excel template. I can reference this combobox in VBA with Sheet10.ComboBox1. How can I reference this through Excel Interop in …
0
votes
0answers
15 views

How can I debug a crash-on-exit of a .NET add-in to a native application?

I've got a .NET plugin (written in C# & VB.NET) exposed via COM and loaded into an application built using native code (C++). We're working on a 64 bit compatibility release, and when the …
2
votes
3answers
40 views

COM Interop in .NET

I have a C# Visual Studio 2008 project and I want use a COM interop XXXXLib (XXXX.dll). Of course I have to add reference to %windir%\system32\xxxx.dll before, and VS will add Interop.xxxx.dll to the …
1
vote
0answers
18 views

How to determine which DLL an Excel UDF is coming from ?

Hello, is there any way to determine from an Excel session, which DLL an UDF is coming from ? I have a bunch of DLLs loaded by default, I wanted to determine for every UDF where it was defined. If …
1
vote
2answers
37 views

Error while generating a PDF file with Excel using C# in ASP.NET

Hi I have to generate an excel file and a PDF file from an asp.net application. I'm using the Interop assemblies and I can generate the excel file without any problem. But when I'm generating an pdf …
0
votes
2answers
53 views

C function in VB.NET

I'm having some problems calling a C function from a DLL, and was hoping someone could help me out. The function is returning -101 which translates as a "bad parameter". The values I am passing have …
1
vote
2answers
44 views

Using DLLImport with an output char[] containing null characters

I am writing a c# app using .NET 2.0. I need to use an old library for proprietary compression. I don't have source code for the library, and the developers behind it are long gone. My problem is …
0
votes
2answers
54 views

COM - .NET Interop - Winform from COM client

hi there, I have a .NET application containing a WinForm. This WinForm contains an unmanaged ActiveX control and a few other controls. This application works fine in standalone mode. Now we want to …
0
votes
0answers
13 views

Transparent background for MFC-hosted Windows Forms UserControl

I am using CWinFormsControl to host a Windows Forms UserControl in an MFC dialog. I have set the property DoubleBufferd to true. According to the docs this results in AllPaintingInWmPaint and …
0
votes
1answer
20 views

Interop assembly pointer length

Why does Visual Studio sometimes turn SAME pointer parameters in COM libraries into uint and sometimes to ulong? I have a COM library that has some methods with parameters such as [ in ] ULONG_PTR …
0
votes
2answers
45 views

How can I send input to Visual Studio using Windows API

Hello, I am trying to develop a util (using system-hook) for that works like an expander (user selects some text and presses a hotkey and it is expands). It should work with Visual Studio. I want to …
0
votes
3answers
22 views

Excel Com Interop ASP.Net Cannot write file to disk. Permissions?

I've got a pretty simple web form which lets users pick reports, one specific report they want in xls with pretty formatting instead of CSV. I've whipped up the report using COM INTEROP with excel …
0
votes
1answer
12 views

How can I get VS 2008 to use Interop.DTS in place of old COM DTS?

I have a VS 2008 project that is using DTS. The project is in source control, and I don't want to check out and modify the project references for fear of stubbing the toes of other developers for …
0
votes
1answer
20 views

Signed assembly dependency that references a COM DLL must have the dependency’s generated interop assembly referenced

Sorry about the terrible title. I have a signed assembly 'Signed.dll' that is a dependency of another assembly, say Executable.exe. Signed.dll references a COM DLL and publically exposes one of this …
0
votes
3answers
51 views

c# and excel automation - ending the running instance

Hi! I got the same problem. I read the whole thread and tried the examples given. I added these lines to the sample code: xlRange = (Excel.Range)xlWorkSheet.get_Range("B1", "C1"); …

1 2 3 4 5 49 next
15 30 50 per page