Author Topic: Building COM Servers in .NET  (Read 4746 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Building COM Servers in .NET
« on: January 10, 2006, 04:58:22 AM »
Building COM Servers in .NET
By Lim Bio Liong
on CodeProject


Posted 3 Jan 2006 1:40
4,662 views
Rating: 4.9 out of 5.0

http://www.codeproject.com/useritems/BuildCOMServersInDotNet.asp

kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Troy Williams

  • Guest
Re: Building COM Servers in .NET
« Reply #1 on: January 10, 2006, 08:11:43 AM »
Good find!

I wish I would have stumbled across that article sooner - it would have made my attempts at integrating with the windows explorer context menu a little easier...

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Building COM Servers in .NET
« Reply #2 on: January 10, 2006, 08:15:15 AM »
sooner ? .. :-) it's only been up for a week ... but I know the feeling.

pretty impressive view count for a week, heh ?


added:
I get a weekly summary newsletter from the site .. very handy.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Troy Williams

  • Guest
Re: Building COM Servers in .NET
« Reply #3 on: January 10, 2006, 05:42:35 PM »
sooner ? .. :-) it's only been up for a week ... but I know the feeling.

pretty impressive view count for a week, heh ?


added:
I get a weekly summary newsletter from the site .. very handy.


I just completed a com interop dll that allows me to hook into the windows explorer right-click context menu. I was having problems with registering it on other computers (well I was having more problems then that  :wink:). But I have everything working quite nicely...