Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet interop > february 2008 > threads for february 1 - 7, 2008

Filter by week: 1 2 3 4

Outlook 2003 primary interop advise
Posted by John at 2/5/2008 3:19:52 PM
Hi I need to develop for Outlook 2003 and upwards in my app. 1. If I develop for OL2003 would it be compatible (as far as email sending) with later OL versions? 2. I am familiar with OL programming in VB6/VBA but unfamiliar with how to use OL2003 Interop Assemblies. Is there a link that...more >>

I'm calling Marshal.ReleaseComObject but com objects are still leaking. How to properly release MODI.Document??
Posted by DR at 2/5/2008 2:22:23 PM
I'm calling Marshal.ReleaseComObject but com objects are still leaking. How to properly release MODI.Document?? private void Form1_Load(object sender, EventArgs e) { for (int i = 0; i < 1000000; i++) { MODI.Document miDoc = new MODI.Do...more >>

Interop Assemblies for Outlook 2000
Posted by John at 2/4/2008 6:51:38 PM
Hi I am aware that there are no Primary Interop Assemblies for Outlook 2000 but I would like to aim for the lowest common denominator for maximum compatibility. I can not use late binding as I am using With Events. I am also slightly tied from creating outlook 2000 assemblies myself as I am...more >>

An attempt was made to load a program with an incorrect format.
Posted by William McIlroy at 2/2/2008 12:18:01 PM
The following code works fine under Windows XP 32-bit. Under Windows Vista 64-bit I am informed that something attempted to load an incorrectly formatted program. I would guess that, when translated from the Microsoft, means an exception was raised when the transition from managed to unmanag...more >>

Adding Separators to Word Menu System
Posted by HaySeed at 2/1/2008 1:57:12 PM
I'm using C# to automate a Word session. Atthe start of the session I build a custome set of menu items under the "Tools" CommandBar. 2 Questions: 1) How do I add a menu Separator into my custom menus 2) How Do I add a new Item to the top menu Command Bar. (When I try wordApp.CommandB...more >>

Problem using c++ dll in C# app for WM 5.0
Posted by jbsp72@gmail.com at 2/1/2008 3:18:14 AM
Hi All, I want to use functions in a c++ dll file in my c# application which i am developing for Windows Mobile 5.0. I used runtime.interopservices and dllimport for this purpose. When i run the application i get a Missingmethod exception saying that cant find an entry ...more >>



DevelopmentNow Blog