PC Review


Reply
Thread Tools Rate Thread

call an exe from dot net application

 
 
vipul DotNet
Guest
Posts: n/a
 
      10th Dec 2003
hi,

how can i call a calculator or any other exe from my dot net application ?

regards
vipul


 
Reply With Quote
 
 
 
 
Jan Tielens
Guest
Posts: n/a
 
      10th Dec 2003
Try this:
System.Diagnostics.Process.Start("calc.exe")

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan


"vipul DotNet" <(E-Mail Removed)> wrote in message
news:eFO#(E-Mail Removed)...
> hi,
>
> how can i call a calculator or any other exe from my dot net application ?
>
> regards
> vipul
>
>



 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      10th Dec 2003
* "vipul DotNet" <(E-Mail Removed)> scripsit:
> how can i call a calculator or any other exe from my dot net application ?


'Microsoft.VisualBasic.Shell' or 'System.Diagnostics.Process.Start'.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to call/execute window application from web application ? nurit Microsoft ASP .NET 0 27th Mar 2006 04:49 PM
An outgoing call cannot be made since the application is dispatching an input-synchronous call Sagaert Johan Microsoft C# .NET 4 6th Apr 2005 12:12 AM
Please help - How to call functions that exists in the main application. The call should be initiated from one of the components. Anand Ganesh Microsoft C# .NET 5 16th Oct 2004 01:53 AM
Re: Please help - How to call functions that exists in the main application. The call should be initiated from one of the components. Baavgai Microsoft C# .NET 0 4th Sep 2004 05:54 AM
How to call a VB6 application from Windows Service Application =?Utf-8?B?REg=?= Microsoft Dot NET 3 5th May 2004 05:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:02 PM.