| Thread | Last Post | Replies |
|
| MS Word automation | 31 Jul 2009 22:05 GMT | 1 |
Not sure if this is the correct NG for this question, but it's close... We have an existing managed app that was written to work with the COM object model exposed by Office 2003. The app uses .Net magic to get what appears to be managed references to the following COM libraries ...
|
| passing int[] array to pointer to update the array | 30 Jul 2009 00:26 GMT | 2 |
Hi, I am a newbie here. I have a C dll and it has a function which updates pointer value. It looks like int Get_data (int num_points, int *real_data, int *imag_data)
|
| Error: 80040154. | 27 Jul 2009 21:10 GMT | 1 |
.NET Application Generates Excel Reports. Excel Installed on the Server. The Administrator user locally can browse the reports perfect, but from the netword (Autenticated users), receive this error. What could be happening? Error al recuperar un generador de clases COM para el ...
|
| Pass ADODB To Word | 26 Jul 2009 04:58 GMT | 1 |
I am converting an Access application where I would pass an adodb recordset over to Microsoft Word. Now in dotnet I am creating the recordset, and passing it to Word, but it only stay in memory for a short time. As soon as I used the recordset, it is gone. It is like Access just ...
|
| Com Events in ASP.Net | 16 Jul 2009 18:03 GMT | 1 |
Short: I'm trying to create an ASP.Net application that has to communicate with a VB6 ocx. Info: Microsoft POS for .NET (MSPOS) is a "universal" interface for talking to various types of hardware associated with cash registers.
|
| Using Office XP Word from VB.NET | 10 Jul 2009 18:36 GMT | 2 |
I currently have Office 2007 installed on my development computer. My program will open a word file, populate the document by setting data at the bookmarks and print the document. This works just fine. However, I have found out that 3/4 of the users in the plant are still ...
|
| Show application at Windows Vista Login/Locked screen | 09 Jul 2009 12:11 GMT | 2 |
I am trying to develop a Windows service using C# 2.0, which will launch a GUI application at the login and session locked screens on Windows Vista (and eventually Windows 7). Currently on Windows XP, we are using Winlogon Notification Packages to
|
| Cannot successfully can C++ function from C# | 07 Jul 2009 08:56 GMT | 4 |
I have been banging my head againt my desk for a couple days now and nothing I try seems to work. I know I am missing something small and it's killing me. This is the error I am getting with this code:
|
| Unable to cast COM object. . . | 06 Jul 2009 05:33 GMT | 2 |
Slowly losing my mind on this one. May be an extremely simple answer, but I have no idea what it is. I have a C++ COM object - let's say MyCalcs that implements IMyInterface. And Let's say they exist in MyComponent.Dll.
|
| Selective install of a project | 05 Jul 2009 13:44 GMT | 1 |
I have a solution with a vb.net winform project and an outlook add-in project. I have added a setup project to the solution. Is it possible that the setup package can give user option to not install outlook add-in in case target pc does not have outlook installed or the user ...
|
| VBA & .NET Com Interop(Events give Type-Mismatch Error) -v Interes | 03 Jul 2009 08:55 GMT | 1 |
I have a very interesting problem Basically i have made a COM Dll in VB.Net (.Net 2.0) so that it can interact with my existing Excel VBA Code. I have used ComSourceInterfaces to basically source a single Event back to
|