I have a Dot Net application which launches MS Access. I am able to write the values into excel also.
But I need to add Macro for the excel to calculate, save etc.
I have an application in which MS Project is launched. The application works fine for most of the system in my organization. But in some systems I get an exception when trying launching MS Project,...
a) OS Information: Windows XP Professional Service Pack 3, 32 bit
b) Office Version: MS Office 2007 (Part of MS Professional Plus 2007)
c) Highest .NET...
When I connect to the Ms Access database from my Dot net application(VS 2005), I get an exception "System.IO.FileNotFoundException: Could not load file or assembly 'Interop.ADODB, Version=2.8.0.0"....
I have posted in multiple forums because this question is related to Dot net as well as ADO. I think this is more over a Dot Net issue. I have even noted that you have removed it from Dot Net forums.
I am having an application where MS Access database is used as back end to the Dot Net application(Visual studio 2005). The MS Access database is on the network and I am able to connect database from...
In my VB .Net code, I am trying to create to launch MS Project Application.
Dim prjApp As Microsoft.Office.Interop.MSProject.Application = New Microsoft.Office.Interop.MSProject.Application
Actually I have the following scenario
1. Application1 Exe developed in some programming language
2. Application2 Exe developed using MFC
3. MFC Extension Dll which is used to communicate between...
Actually I need to get the methods of exe exposed for Inter Process Communication. From the dll I need to launch the particular exe and access its public methods for...
I have a CWnd* of a window(name it as A).
How can I get the CWnd* of the window(Name it as B) which is on top of Window A.
(To be clear I need to get the handle of Window B, which precedes Window...