December 3rd, 2009 08:58 AM
Hi,
I have created a plugin for Outlook, I want add ribbon controls to my existing OUtlook plugin.
When I Implement "IRibbonExtensibility" Interface in the class that was implemented...
November 6th, 2009 09:06 AM
Hello,
I m creating a C# .NET Project in which i m trying to load third party Assemblies which are installed in GAC.
But in some machines I m getting an error stating "Unable to Load assembly of...
November 5th, 2009 09:20 AM
Hello,
I m creating a C# .NET Project in which i m trying to load third party Assemblies which are installed in GAC.
But in some machines I m getting an error stating "Unable to Load assembly of...
October 20th, 2009 11:52 AM
Hi,
I have a VC++ desktop application. It is an SDI application with some HTML views.
When I close the application and re-start the machine I m facing
BOOT FAILURE error. Then I give load the BOOT...
September 21st, 2009 06:47 AM
I'm (trying to) program an addin in VC++ (VS 2005) for Outlook 2003
How do I catch the event when the user clicks a button within the menu? Is
there a way to DispEventAdvise for the...
September 16th, 2009 10:16 AM
Hi,
I have created a plugin for Microsoft Outlook say OutlkPlugin.dll and created a COM server say OutlkEXE.exe. The Outlook plugin is loaded successfully and i am able to call the API's in COM...
December 9th, 2008 08:37 AM
How to check Validity of a COM Object
Hi,
I was trying to Automate MS Excel, I want to check the validity of a COM Object in C#. For Instance, after releasing a sheet Object using...
December 2nd, 2008 07:46 AM
Thank u so much, Since I could use either VC++ or C# as per my project requirement. I can chose only either of those.
December 2nd, 2008 07:38 AM
Hi,
I have been trying to do an Excel Automation, I would jus like to know the best language for Excel Automation among VC++ and C#. It would be great if any one could help me with relevant...
September 12th, 2008 08:21 AM
Hi,
I have COM EXE Component written in C#, another dll Component written in VC++, through smart Pointer(by generating tlb) i m calling C# API's from VC++.
My question is what...