Home

What is the correct answer?

4

Application.StartupPath actually points to

A. //ProjectName

B. //ProjectName/Bin

C. //ProjectName/Debug

D. //ProjectName/Bin/ProjectName.exe

Correct Answer :

B. //ProjectName/Bin


Related Questions

This property of TrackBar is not present We need multiple ErrorProviders from multiple controls. Default event handler of Splitter is A TreeView can have multiple root nodes Structured and Unstructured exceptions can't be mixed In HelpProvider ___________ property is used to mention the help file… To add controls at runtime use Set method is used to dim arr(10) as string, the max index of the array is To get details about an error use ___________ is used to pass copies of a variable while __________ is used… Only derived class can have shadows keyword /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… A form can have only ______ Main Menu and _________ Context Menu Using MyBase you can call base class A form can not call itself To uninstall a Windows Service ____________ is use A user wants that custom colors are visible when the Color Dialog Box… Two commands can be written in the same line using A single LinkLabel can support multiple links To override Finalize function the scope of the function must be Dim a() as Integer-{1,2,3,4}is a valid statement When a project is Built it creates a _______ and ________ file under Bin… Function abc() As StringReturn 10End Function PasswordChar property of a TextBox can accept " " (space) as the password… To retrieve the default path of the project use A Class can inherit both Class and Interface at a time /*1. Class C2. public notoverridable sub abc()3. msgbox("Base Class")4.… Dim S as Integer=10Text1=SMsgbox(Text1.Text) To add items stored in an array to a ListView use