Hello All!
In the project I need to use Browser Helper Object (BHO) technology to
customize the ContextMenu events in the IE.
I have successfully written all the necessary logic to implement
IObjectWithSite and other required interfaces.
How to attach to Browser Helper Object (BHO) with...
more >>
I have cross-posted this question to 3 newsgroups since I am not sure
exactly where it belongs (and some NG's have very less activity).
Apologies in advance for this. I have set the followup to the
dotnet.framework.interop NG but feel free to chage it as appopriate.
I have a question regard...
more >>
Does anyone know of a tool or procedure that will register an assembly
for COM Interop, just like regasm, except that it puts the generated
registry keys under HKEY_CURRENT_USER\Software\Classes?
In other words, I want to register an assembly for COM so that the
registration does not requir...
more >>
Dear all,
We try to access a third party Matlab dll (which was created using Matlab
COM Builder) from C#. It works fine when using strings and one-dimensional
arrays but fails with two-dimensional arrays. We give our example of the code
below:
static void TestBasicStat()
{
...
more >>