Calling a windows application from a web applicati

asp.net India
  • 18 years ago

    Hi,
    I have a solution in VB.Net containing two projects, one is a windows application, another is a web application.


    I want to call the windows application from the web application. For this I tried using the following two options in the web application
    1.) call shell("filename")
    2.) process.start(filename)


    File name in both cases was given as the .exe file of the windows application. The output of the windows application does not appear in a window, but in the taskmanager I can see the windows application running. Also, I am denied access to kill this process in the taskmanager.


    I want the output of the windows application to appear in the window. How can I make this happen.

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“To iterate is human, to recurse divine” - L. Peter Deutsch