Murat's Corner
Converting 32Bit COM+ Solution to 64Bit (VS2010)
Besides gazillions of things that can go wrong when converting a COM+ library written in C++ to...
Date: 01/06/2011
Back online
It's been a long time since I have last logged on to this blog site and have completely forgotten...
Date: 12/22/2010
Exposing Com Events - C#
With C#'s declerative programming ability it's relatively easy to expose the types to COM...
Date: 11/20/2008
EnvDTE - Adding a reference to a project
It was confusing to see a property named "Object" on EndDTE.Project class (which returns an object...
Date: 07/30/2008
Drag IT
"I really would like to be able to move (drag) that custom control which I have just implemeneted on...
Date: 10/15/2007
Office 2003
Office 2003 - SP3 is available for download from (published 17/09/07)...
Date: 09/19/2007
Non Serialized Properties
A fellow has asked me the easiest way of NOT serializing a property when using XML serialization......
Date: 09/17/2007
Office Web Components
Was talking about charting components / libraries with a friend today. Just remembered that I have...
Date: 08/29/2007
SMO
SMO if a very powerful library, but if you do not have the correct version installed on your machine...
Date: 08/22/2007
Delegate parameters
Let's say you have two delegates at hand: delegate void DummyDelegateWithInt(int x); and delegate...
Date: 08/21/2007