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

Author: NumLock1 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...

Author: NumLock1 Date: 12/22/2010

Exposing Com Events - C#

With C#'s declerative programming ability it's relatively easy to expose the types to COM...

Author: NumLock1 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...

Author: NumLock1 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...

Author: NumLock1 Date: 10/15/2007

Office 2003

Office 2003 - SP3 is available for download from (published 17/09/07)...

Author: NumLock1 Date: 09/19/2007

Non Serialized Properties

A fellow has asked me the easiest way of NOT serializing a property when using XML serialization......

Author: NumLock1 Date: 09/17/2007

Office Web Components

Was talking about charting components / libraries with a friend today. Just remembered that I have...

Author: NumLock1 Date: 08/29/2007

SMO

SMO if a very powerful library, but if you do not have the correct version installed on your machine...

Author: NumLock1 Date: 08/22/2007

Delegate parameters

Let's say you have two delegates at hand: delegate void DummyDelegateWithInt(int x); and delegate...

Author: NumLock1 Date: 08/21/2007