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 >>
|