Hi All, I want suggestions regarding a problem i came across. My idea was to add some custom emoticons/smileys to the existing microsoft office communicator. In VS 2005 C# project, i treid adding the references of all the dlls inside the communicator folder and it said " not a valid com component or access denied" . I tried adding them as resources, even then i wasnt able to see any of its internal methods .
then i tried adding the exe itself as reference. So 3 references got added - Communicator, CommunicatorAPI,CommunicatorPrivate. I instantiated them and could see all the events, eventhandlers, methods , properties everything. But i couldnt find any mehtod related to hte smileys or icons. My question is, can we really override the behaviour of the exe??? I presume the smileys may be stored as images, but how do i get access to them in case????