GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Programming  >  VB.NET
Go To First  |  Previous Question  |  Next Question 
 VB.NET  |  Question 43 of 323    Print  
Which class is used to run the EXE application file in VB.NET
A) Process
B) Application
C) Exe
D) Execute



  
Total Answers and Comments: 2 Last Update: September 01, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 21, 2006 01:58:26   #1  
sreeharshavardhana Member Since: April 2006   Contribution: 17    

RE: Which class is used to run the EXE application fil...

system.Diagnostics.Process.Start(<application name>)


 
Is this answer useful? Yes | No
September 01, 2008 07:37:35   #2  
lekha06 Member Since: September 2008   Contribution: 2    

RE: Which class is used to run the EXE application file in VB.NET
Process
 
Is this answer useful? Yes | No

 Related Questions

A) Generate Assembly language code from ILB) to display the contents of a .NET program fileC) to view the IL within individual functions 
Latest Answer : This is the .net dis assembler tool ...

A) A field always has Get and Set MethodsB) A property always has Get and Set MethodsC) None of the aboveExplanation: These methods are internally used set and retrieve values of a property. 
Latest Answer : ans cnone of the above ...

A) System.IOB) System.FileObjectsC) System.FileSystem 
Latest Answer : a) SYSTEM.IO ...

A) assemblyname.logB) Applog.LogC) Application.LogExplanation: This file is located in the application’s data directory. 
Latest Answer : C) Application.Log ...

A) My.Computer.CurrentFolderB) My.Application.CurrentFolderC) My.System.CurrentFolder  
Latest Answer : My.Application.CurrentFolder ...

A) Create a method and name it with the same name as class nameB) Create a method and which is named as NewC) Create a method and which is named as Initialize 
Latest Answer : B) Create a method which is named as NEW ...

A) ProcessB) ApplicationC) ExeD) Execute 
Latest Answer : Process ...

A) EncapsulationB) Main functionC) Abstract Class/FunctionsD) Using Implementation 
Latest Answer : C) By using Abstract Classes/Functions ...

A) User ControlB) Custom ControlC) ControlD) Activex Control 
Latest Answer : the base class control for all built in controls is the control ...

What is the output of the following code in Test classClass Myclass Dim Num as Integer Private Sub New (i as integer) Num=i End subEnd class Class Test Sub Main() Dim c as MyclassC=New Myclass (10)End subEnd Class
A) Num variable of Myclass is initialized to 10B) Run Time ErrorC) Compiler ErrorD) StackOverflow ExceptionExplanation: Constructor is declared as Private hence Compile error 


 Sponsored Links

 
Related Articles

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

Application Development in .NET

ASP NET 2 0 Tutorials Application development in NET Client Side Application Development Client applications are applications that run on the client system or the desktop of the user They are closest to the traditional windows based applications and they display forms or windows on the desktop enabl
 

N-Tier Application Partitioning

N Tier Application Partitioning Application partitioning is a vital process as it provides one with the opportunity to clearly define an even distribution of an application s presentation process and key data components without which you may find yourself feeling quite lost The components may be dis
 

N-Tier Application Manageability

N Tier Application Manageability While it is a fact that N Tier applications tend to provide almost limitless scalability the desire to change or add new forms of functionality can present a challenge in more than one arena Growth on a large scale can make capacity planning quite hard When available
 

C++ Pure Virtual Function and Base Class

C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function
 

How to Access C++ Class Members

How to Access C Class Members In this C tutorial you will learn how to access Class members dot operator or class member access operator difference between struct and class and&nbsp; scope resolution operator mosgoogle center It is possible to access the class members after a class is defined an
 

What is Data File

In a logical data model, the conceptual data model which is based on the business semantic is being defined. Thus, entities and relationships and corresponding table and column design, object oriented classes, and XML tags, among other things are being laid regardless of the database will be physica
 

Application Frameworks in SQL Server 2005

The new application framework of SQL called the Service Broker is a distributed application framework that provides relable asynchronous messaging at the database to database level. It allows internal and external processes to exchange streams of reliable asynchronous messages using extensions of T-
 

SQL Programming

SQL Programming Overview Anybody who has done something for a long time has probably wanted to change how things work at some point or another. A worker at a mill might have found a more efficient way of cutting logs, or a mathematics teacher might have had a hand in changing a school&rsquo;s al
 

Rapid Application Development

What is RAD? One of the conveniences of developing software is that it is not a physical tool that can be lost once it gets developed or manufactured. Codes are used to implement the software and it does not disappear together with the product. We can re-use the code all over again in another softw
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape