| Thread | Last Post | Replies |
|
| How to add IDL to assembly? | 05 Nov 2006 15:01 GMT | 3 |
First of I am very new to .NET 2.0... sorry if the question is very basic. Here is the deal. We used to develop in COM (VS 6.0). We have a bunch of objects that use
|
| InsertMenuItem with MIIM_BITMAP fails with GetLastError() 8 | 05 Nov 2006 14:55 GMT | 3 |
I'm working on a context shell extension in C#. I'm trying to add bitmaps to the menus. This is based on Dino Espinosa's code at http://www.theserverside.net/news/thread.tss?thread_id=26795
|
| how to add an c# object as a listener of a com object | 05 Nov 2006 14:35 GMT | 1 |
The com object is implemented in c++, //c++ interface NavtiveObject : IDispatch {
|
| How to Transfer an Excel Range to an ADO.Net DataSet or DataTable in VB.Net? | 03 Nov 2006 13:28 GMT | 4 |
Hey All, I've seen lots of stuff regarding pumping data into Excel from .Net but haven't found anything for the reverse. Does anyone have a snippet, article ID, etc. demonstrating how to take a
|
| Regasm'ing component programmatically | 03 Nov 2006 11:57 GMT | 2 |
Hi, all. I wish to write an installer class that will register my .NET ServicedComponent class in the COM catalog, just like REGASM does. The problem is that I can only find ways of adding this component to a COM+
|
| Is C# efficient for writing device driver? | 03 Nov 2006 07:24 GMT | 5 |
I'm a software developer.as a background in electronics, my colleagues use vc++ 6.0 to write device drivers to deal with I/O ports such a GPIO, but as ongoing simplification of the world( ! ) i recommended them to use c# to gain both speed efficiency and GUI.Now I'm trying to
|
| Debug VB.Net COM .dll? | 03 Nov 2006 03:35 GMT | 4 |
Hey All, I have a VB.Net COM .dll that, when debugging, I point to a startup app so that the .dll will run in Debug mode. However, when running the .dll, it always goes to the compiled .dll.
|
| Debugging a C++ Native DLL from C# | 01 Nov 2006 17:29 GMT | 1 |
I'm trying to step into an unmanaged C++ dll from a C# application. They're in the same solution, and the C# app is referencing the DLL using [DllImport] attributes. Here's what I've done so far: 1) RTFA.
|
| WNetAddConnection2 | 01 Nov 2006 14:32 GMT | 2 |
I am having some problems with the WNetAddConnection2A api call. Here is a summary of the code that I am using to make the call ... [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)] private class NETRESOURCEA
|
| Side by side interop from single app | 01 Nov 2006 09:00 GMT | 2 |
We have an App in Delphi, it is happily interopping to some .Net code written against the 1.1 framework. We now have some new code developed against the 2.0 framework and I need to be able to have the delphi App interop into both the 1.1 and
|