all groups > dotnet interop > march 2008 > threads for march 15 - 21, 2008
Filter by week: 1 2 3 4 5
How to create line or rectangle in microsoft word
Posted by sean_n at 3/21/2008 5:27:21 AM
Can someone provide code snippets on how to create a Line or Rectangle
in Microsoft Word?... more >>
Implementing Standart Com interface
Posted by pokemon at 3/20/2008 7:04:02 AM
Hi,
I've looked all around but couldn't find any practical information on about
how to implement a standart COM interface from managed code (I want to
implement IFilterMessage Interface in my C# code)...
What are the steps to follow ?... more >>
Register an assmbly in the user part of registry
Posted by PLS at 3/19/2008 7:56:06 PM
regasm work fine to register an assembly for COM if you have write
permission to HKLM. This usually requires Administrator privileges.
I would like to deploy a couple of assemblies to users that do not have
Administrator privileges. I would like them to be registered under
HKCU/Software/Cla... more >>
highlight a particular part of html file dynamically while loading thru a web browser control in VS C# 2008
Posted by b at 3/19/2008 5:22:13 AM
hi all,
Plz help me out...
i am displaying the contents of a html file using webbrowser control
in Dot Net 2008 using c#.
My html files have certain areas whch r marked by comments..
like
<!--start command-->
and
<!--end command-->
Whn the web browser loads these html files i want th... more >>
Help on Com DLL
Posted by Q. John Chen at 3/18/2008 8:41:33 AM
I am trying to make a .NET class (.NET 2.0/C#) to be used in VB6.
I created Class Library Project with the following Class(below). After
build, I am able to reference the Class. See the TestClass in Object
Browser. But I can see the DoTest() method. I wasted hours and still
can't figure it ou... more >>
RegFree COM for ".Net COM object" (COM callable wrapper)
Posted by Kasper G. Christensen at 3/17/2008 10:15:24 AM
Hi
I'm trying to make a stepwise partial transition to .Net, by
implementing new functionality in a .Net class library, and making a COM
interface for this library (COM callable wrapper) so that my old legacy
application can call the new functionality (implemented in .Net) by
using COM.
... more >>
|