GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic

 Print  |  
Question:  Command Line Application

Answer: Suppose i want to run a command line application, open up another Windows program, or even bring up the default web browser or email program... how can i do this from your VB code?


June 06, 2008 02:27:21 #1
 madhu3768   Member Since: June 2008    Total Comments: 2 

RE: Command Line Application
 
Use Shell command to run a particular application on the particular event of your application
     

 

Back To Question