Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 2nd, 2003, 03:19 PM
Authorized User
 
Join Date: Jun 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default calling exe from asp.net

Hello everyone,

I have a asp.net application which needs to send appointments. I have a VB6 application which we use to send the appointments. Now, how do I call my VB6 application from the asp.net application?

I have tried the following and it does not work.

eg:1)
System.Diagnostics.Process.Start("C:\Inetpub\Wwwro ot\WATS\bin\WATS_APPOINTMENT.EXE")

eg:1)
intShell = Shell(Server.MapPath("bin\WATS_APPOINTMENT.EXE"), AppWinStyle.Hide)

If anyone out there know how to do this please, help me.




A.Delcy
Web Administrator
Canada
__________________
A.Delcy
Developer
Canada





Similar Threads
Thread Thread Starter Forum Replies Last Post
calling .exe from asp.net c# vishwanath.yr ASP.NET 2.0 Professional 0 June 5th, 2006 04:18 AM
Call .exe from asp.net with c# vishwanath.yr ASP.NET 2.0 Basics 0 June 5th, 2006 04:10 AM
Calling a .exe or .vbs file from ASP komalac Classic ASP Basics 1 September 16th, 2004 03:04 AM
Calling an ActiveX.EXE in C++ xgbnow Visual C++ 4 March 31st, 2004 08:12 AM
How can I call a vb.net Exe from an asp.net page? jorevil Classic ASP Basics 0 October 1st, 2003 11:34 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.