| Thread | Last Post | Replies |
|
| Tlbimp reference problem | 31 Jul 2006 16:00 GMT | 4 |
I am using tlbimp like this: tlbimp module1.dll /OUT:module1.tlb.dll /NAMESPACE:MyModule1 tlbimp module2.dll /OUT:module2.tlb.dll /REF:module1.tlb.dll Normally this works fine for me, but on a particular machine I get this
|
| About Microsoft Access Data Import | 31 Jul 2006 11:12 GMT | 1 |
I am using Microsoft Text Driver with a schema.ini file , is there a way that i can handle UTF-8 Encoded text files, cause the orginal documentation states that it characterset option only supports OEM And ANSI
|
| export an image file from excel using using office interop | 31 Jul 2006 11:12 GMT | 1 |
Is it possible to export an image file (.jpg/.gif) from excel using office interop ? If so, how do you do this? Are there any code examples available? Thanks.
|
| DDE in C# | 31 Jul 2006 08:30 GMT | 1 |
Gents, Is it possible to do Dyanamic Data Exchange using C# in .NET. Please discuss. Regards,
|
| pinvoke - C++ struct array to C# | 30 Jul 2006 23:19 GMT | 1 |
All, I'm authoring a C++ .dll & C# .dll and need a little help. I am experienced in interop but this one has me stumped. Does anyone have a simple example of how to declare a C++ exported function that can return
|
| How to activate one of two sheets opened in Excel via C# | 30 Jul 2006 11:55 GMT | 6 |
I am getting a problem, I have a Windows app in C# opening Excel and getting 2 workbooks open. During processing I want to switch between the two workbooks to sometimes write to one sheet in workbook 1 and then at another time to one sheet in workbook 2.
|
| Problem calling DeviceIoControl | 28 Jul 2006 13:37 GMT | 3 |
Hi Im trying tu use deviceiocontrol to retrieve serial port informationin a C#project. The problem is that i cant make it work. it gives me always the same error. The function returns a win32 error telling me that the parameter is not valid
|
| IRunningObjectTable.Register | 27 Jul 2006 21:30 GMT | 2 |
Could someone take a look at the docs for this method? http://windowssdk.msdn.microsoft.com/en-us/library/system.runtime.interopservice s.comtypes.irunningobjecttable.register.aspx In particular, I'm interested in the return value. The docs say it is an HRESULT. However, I ...
|
| class library | 27 Jul 2006 13:29 GMT | 2 |
I have no experience in COM interop so I really need some help. I have to reuse some vb.net code in VBA. I made a new class library project where I added a new com class with some public members and methods. After resolving some conflicts, like
|
| How to marshall a vector<string> | 27 Jul 2006 12:45 GMT | 1 |
I'm a newbie to marshalling, what's the best way to call the following C++ function from C#? void foo(const vector<string> name) ?
|
| kader | 27 Jul 2006 09:02 GMT | 1 |
kader soru:madem,herşey bir kader defterinde yazılı ve herşey ona göre oluyor.o halde insanlar niçin cehenneme gidiyor? cevap:evet herşey bir kader defterinde yazılı ve herşey ona göre
|
| Need help with Paste method in Microsoft.Office.Interop.Graph | 26 Jul 2006 15:44 GMT | 2 |
I'm developing a C# application that creates a scatter/line chart in a PowerPoint presentation. I need to populate the chart's datasheet with 12,000 data points. I can do it one cell at a time, but this approach is far to slow.
|
| How to insert a word file in another word file as an attachment ? | 26 Jul 2006 14:38 GMT | 1 |
I'm trying to insert a word file F1 into a word file F2 using the following instruction : Object trueValue = true; Object falseValue = false;
|
| Excel wont launch from C# (interop) | 26 Jul 2006 14:38 GMT | 2 |
I've added a reference to Microsoft.Office.Excel.dll and used the code from http://support.microsoft.com/kb/302096/ ... C# debugger steps through the code, but Excel never launches. ???
|
| How do you Define a named range in excel using C# | 26 Jul 2006 14:38 GMT | 1 |
I am trying to define a named range in excel through automation. This is the VBA code from a macro that does what I want. I'm trying to define the name range so I can use a ADO connection later to insert data.
|