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