| Thread | Last Post | Replies |
|
| Displaying a C# Dialog modally | 13 Feb 2008 08:26 GMT | 1 |
Hello NG, I have a problem displaying a C# Dialog modally. I have 2 VB6 Forms visible (Form A and Form B). One is opening a C# dialog modally (Form A).
|
| C# COM component deplyment issue | 11 Feb 2008 12:58 GMT | 2 |
I have written a C# COM component which I am using via a VB6 application. Everything seems to work just fine on my local machine but when I try to use the component and VB app on another machine I can't seem to make it work. The process I used to create the component is :
|
| Adding Separators to Word Menu System | 07 Feb 2008 19:11 GMT | 2 |
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
|
| WDAC 6.0 / MDAC 2.x headaches | 07 Feb 2008 15:14 GMT | 1 |
Problem: CDOSYS.DLL (Microsoft CDO for Windows 2000) brings in DAC 6.0 on Vista development systems, but MDAC 2.x on other platforms. So when we develop and run on Vista, our apps run fine. But our TFS2008 build server running Win2003 breaks the DAC 6.0 references
|
| Outlook 2003 primary interop advise | 05 Feb 2008 21:18 GMT | 4 |
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
|
| Interop Assemblies for Outlook 2000 | 04 Feb 2008 19:09 GMT | 1 |
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 ...
|
| An attempt was made to load a program with an incorrect format. | 03 Feb 2008 11:02 GMT | 4 |
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 ...
|
| Problem using c++ dll in C# app for WM 5.0 | 01 Feb 2008 18:57 GMT | 1 |
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
|