I am sorry for not being clear. I will explain it once again. I have a VB6 application which has Excel embedded in its Form. Now there is an ASP.NEt application which has a web page with a Save button. When the user enters data on the Web Page and hits on Save button, 2 Actions has to happen. 1) The data will be saved in Oracle DB 2) The same data needs to be loaded in the Excel present in the VB application. Action (1) is easy with no problems Action (2) is my problem as I am not getting the reference of the VB application from C# (2.0) Please let me know if there is some way to do it. Vinay
vs24284
Posts
-
Data Transfer from .Net to VB6 application -
Data Transfer from .Net to VB6 applicationI am sorry for not being clear. I will explain it once again. I have a VB6 application which has Excel embedded in its Form. Now there is an ASP.NEt application which has a web page with a Save button. When the user enters data on the Web Page and hits on Save button, 2 Actions has to happen. 1) The data will be saved in Oracle DB 2) The same data needs to be loaded in the Excel present in the VB application. Action (1) is easy with no problems Action (2) is my problem as I am not getting the reference of the VB application from C# (2.0) Please let me know if there is some way to do it. Vinay
-
Data Transfer from .Net to VB6 applicationHi I am using a VB6 application which has embedded Excel sheet in one of its forms. I am developing a new Web Application in C#/ASP.net 2.0 where the requirement is to save some data in a webpage and then to show the same data (just saved in Web App) in the Excel sheet of the VB6 application. Problem is I dont know how to refer VB6 application from .Net Please help me ASAP. Vinay