Home

What is the correct answer?

4

To retrieve the default path of the project use

A. Application.Path

B. Application.DefaultPath

C. Application.StartupPath

D. Application.ProjectPath

Correct Answer :

C. Application.StartupPath


Related Questions

If a Label control's AutoSize property is set to True, can you resize… /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… If a form call another form and the caller form is closed through code,… Use a _________ statement to make Visual Basic object the default object… The Apply button automatically appears of the Font Dialog Box is opened To call a buttons click event use To uninstall a Windows Service ____________ is use Only derived class can have shadows keyword Default event handler of Splitter is A single OLEDBAdapter can have many DataSets Using ADODB multiple tables can be connected at a time Dim S as Integer=10Text1=SMsgbox(Text1.Text) If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap… dim arr(10) as string, the max index of the array is VB.NET does not support control arrays Two commands can be written in the same line using The name of the IDE window that allows you to see the hierarchical arrangement… Function abc() As StringReturn 10End Function To override Finalize function the scope of the function must be To print use In Class, Me.Show and MyClass.Show are same (Show is method name) To add controls at runtime use /*1. Class C2. public notoverridable sub abc()3. msgbox("Base Class")4.… DomainUpDown control is used only for strings and NumericUpDown for numbers. While handling keystrokes if e.Handled=True is set then Visual Basic The SelectionMode property of a CheckedList Box can be set only to This view is not present in VB.NET A form can have only ______ Main Menu and _________ Context Menu A form can not call itself The default location of the exe file of your solution is