Home

What is the correct answer?

4

If you want to open a file named "a.txt" use

A. System.diagnostics.Start("a.txt")

B. System.Start("a.txt")

C. System.diagnostics.Process.Start("a.txt")

D. System.Process.Start("a.txt")

Correct Answer :

C. System.diagnostics.Process.Start("a.txt")


Related Questions

The default event handler of TextBox is The Apply button automatically appears of the Font Dialog Box is opened Only derived class can have shadows keyword If you want to open a file named "a.txt" use In Class, Me.Show and MyClass.Show are same (Show is method name) Structured and Unstructured exceptions can't be mixed This view is not present in VB.NET Application.StartupPath actually points to To uninstall a Windows Service ____________ is use A function can have multiple return statements Images can be loaded from While handling keystrokes if e.Handled=True is set then Visual Basic You can assign a Main Menu to any control A DataSet can hold multiple tables even if there are similar fields Dim S as Integer=10Text1=SMsgbox(Text1.Text) A user wants that custom colors are visible when the Color Dialog Box… DataSet can be used to connect to Crystal Report In TreeView to get the node the mouse is pointing to, use If a Form is Inherited from another Form and both Forms have certain codes… The EventLog's ________ method is used to write an entry to a log file On error goto lbl is a In HelpProvider ___________ property is used to mention the help file… For the same class "Me" and MyBase" are same To get details about an error use Dim a() as Integer-{1,2,3,4}is a valid statement The SelectionMode property of a CheckedList Box can be set only to To call a buttons click event use Function abc() As StringReturn 10End Function _________ and _____________ combines to make a KeyPress event We need multiple ErrorProviders from multiple controls.