| Thread | Last Post | Replies |
|
| Send out email using CDO | 25 Dec 2004 07:15 GMT | 5 |
I tried to send out email using CDO: 1. Add reference: Microsoft CDO for Exchange 2000 2. Dim objSession As Object objSession = CreateObject("MAPI.session")
|
| Need help marshalling to unmanaged C library | 24 Dec 2004 16:57 GMT | 1 |
Hello List, I have a c library that has the following signature: If I have a C function that takes a 'const char* identifierString' as a parameter, would the following be the correct way to handle this?
|
| System.NullReferenceException | 23 Dec 2004 17:22 GMT | 1 |
>From a class that extends windows form the following works. However, from a class object I receive "System.NullReferenceException" "Additional Information: Object reference not set to an instance of an
|
| SetClientSite() and IE 6.0.3790.0 - Win2003 Server | 23 Dec 2004 13:51 GMT | 1 |
I have got a problem with the webbrowser control - IE Version 6.0.3790.0. You only have this version on Win2003 Server (all service packs installed) The progam runs perfect with the "normal" IE Version 6.0.2900.2180 onto WinXP, Win2000 -and- Win98/Me ;-)
|
| Excel Automation Add-In Functions and C# question | 23 Dec 2004 09:39 GMT | 6 |
I am building an Excel automation Add-In function using C#. (Excel 2003, Windows XP, Visual Studio.NET 2003). My function has the following form: public decimal function1( int param1, int param2 );
|
| Cannot set Cancel param in Excel BeforeSave | 22 Dec 2004 17:45 GMT | 1 |
According to the article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto2003_ta /html/VSTOFAQ.asp it is a known problem that certain events cannot be cancelled programatically when using the Excel PIA.
|
| How can I get DefaultFolder by means of InvokeMember? | 22 Dec 2004 17:07 GMT | 2 |
I'm posting here because there's not a newsgroup about reflection and my issue is about a COM application: Outlook 2003. I'm using the following code (I'm referring Outlook and using Reflection in VS2003):
|
| DirectoryServices and ActiveDs Combined. Double Hop issue? | 22 Dec 2004 13:53 GMT | 3 |
Greetings to all, I have developed a Web service in which I have to access the active directory, in order to retrieve all the groups in a domain, and also a list of all the users in a group. I am using WinNT and not LDAP, and I am using
|
| ASP.NET UnManaged Memory Shoots Up, | 22 Dec 2004 08:39 GMT | 6 |
We have a web-application in asp.net that interacts with legacy code written in COM. The memory usage in aspnet_wp.exe increases every sec and never reduces. Using the .NET performance counters, we found that unmanaged memory was 90% of the total private bytes of aspnet_wp.exe.
|
| Adding Reference to COM Library | 22 Dec 2004 03:04 GMT | 5 |
I am developing an addin for Word in C#. In order to support both Word 2000 & 2003, I had copied the appropriate Word 9.0 libraries (mso9.dll and msword9.olb) to my development machine, which has Office 2003 installed on it. Everything was great; I referenced the Word 11.0 ...
|
| Excel add-ins does not show up in Excel>Tools>Add-ins list. | 22 Dec 2004 01:47 GMT | 3 |
I am trying to create an add-ins for Microsoft Excel using C#. I started with Microsoft's article 302901 - How To Build an Office COM Add-in by Using Visual C# .NET http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/s upport/kb/articles/q302/9/01 ...
|
| newbie trying to call into C DLL | 21 Dec 2004 23:57 GMT | 1 |
I am trying to call into a C DLL (fglove.dll) using C#. I would like to call the fdOpen and fdClose methods. I have included some of the header file. I am really new to this, so any help would be great.
|
| How do I get the Version of a typelib from a UCOMITypeLib | 21 Dec 2004 03:09 GMT | 1 |
I used the LoadTypeLibEx to open a COM type lib. This returns a UCOMITypeLib interface, which when coupled with the Marshaller namespace can get you lots of info. My problem is that I don't know what to use to get the version of the type lib.
|
| Yet Another: Can't call C++ dll functions from C# | 20 Dec 2004 22:10 GMT | 4 |
I know that this is supposed to be simple, but I just can't get it to work--I've been at it for several days!!! Here's my simple c++ class: // sayHello.h
|
| Connect to Terminal Server 2003 via .NET | 20 Dec 2004 20:03 GMT | 1 |
All, I am needing to programatically (.NET) open a Terminal Server 2003 session, execute a program and close the session. Sounds easy enough. Well, I've gOOgled my brains out and I've found myself right back where I
|