Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet interop > march 2007 > threads for march 8 - 14, 2007

Filter by week: 1 2 3 4 5

InterOp wrapper names for .ocx files
Posted by Steve G at 3/14/2007 10:17:00 AM
I'm trying to generate Windows 2005 controls from VB6 controls using AXImp.exe. I can generate the two files but only control one of the names. I need to generate the files with a strong key so cant use the auto generated files. How can I generate the 2 files required that match the names that...more >>

EntryPointNotFoundException
Posted by Tkachenko Aleksey at 3/14/2007 12:00:00 AM
Hi All, I am using the unmanaged C++ dll from C# by the DllImport. There are two functions with similar names and parameters which differ by case only, for example testit and TestIt, they have different entry addresses. I am trying to use testit from background thread and then from main thre...more >>

Exposing "Count" in a custom class
Posted by Dave Young at 3/9/2007 1:32:23 PM
C#, VS2003, 1.1 Framework I have a custom class implementation thats based on System.Collections.CollectionBase. I've implemented the Add, Remove, Contains, CopyTo etc... all the normal stuff. This also has to be registered for COM Interop so classic ASP pages can access it's properties...more >>

Call C/C++ library DLL from C# with CALLBACK and messages
Posted by judy at 3/9/2007 6:41:21 AM
Hi, I have an old C++ GUI Application CPPAPP.exe that calls a C DLL library RULE.DLL through a C++ class wrapper LoadRule.CPP. Now I need to call the C DLL RULE.DLL from C# GUI application CSAPP.exe. I need help to convert LoadRule.CPP to a C++ BridgeDLL or a C# wrapper class so that I can ...more >>

How to capture VB.NET Event From VB6????
Posted by Vanessa at 3/9/2007 12:00:00 AM
I have a class library developed in VB.NET. Inside there is a form with a button1. I add this class library to a VB6 Project. I do a Dim a as new classlibrary.form1 SetParent a.GetHwnd, Me.hWnd a.show But now I have a question, if the user click on the Button1 in the ClassLibrary, I...more >>

Excel Chart black and white (Clipboard Copy)
Posted by Jörgen Ahrens at 3/8/2007 12:00:00 AM
Hi all We are creating a chart in an excel app that we then copy to clipboard using CopyPicture(Screen, xlBitmap, Screen) (interop). Everything works fine when we set the excelApp.Visible = true; The chart is created and copied into the clipboard. When we get it from the clipboard its color...more >>



DevelopmentNow Blog