-
File System Object
How do create a fileSystemObject?
-
The metadata stored in the assembly is called :
A) AssemblyInfoB) manifestC) AssemblyData
-
VB.NET List Box
How can i retrieve records of a column having certain criteria and display the records in a list box? Please help me...
-
Windows-based application code segment
You develop a Windows-based application that includes the following code segment. (Line numbers areincluded for reference only.)01 Public Sub password_Validating (ByVal sender As _02 Object, ByVal e As _03 System.ComponentModel.CancelEventArgs)04 Handles password.Validating05 If ValidPassword() = False Then06 'Insert new code.07 End If08 End SubYou must ensure that users cannot move control focus away...
-
Dataset is always disconnected
A) TrueB) False
-
Class Library
What Is Class Library? How will you use class library in project?
-
Examples of Extended Provider are
A) Dataprovider & Error HandlerB) Errorprovider & HelpproviderC) Errorhandler & FinalizerD) None
-
In VB.NET which of the following restrictions does not exist?
A) No of variables used in modulesB) Module sizeC) NamingD) All of the above
-
Class Library
What are the benefits of using Class Library?
-
Date Time Picker
HiI am doing a project on bug tracking tool using VB.NET. For that i need a date time picker control as one in usual vb. I checked the tool box but i couldn't find it. So for the time being i am using a text box and a button to enable the calender control,using which i am selecting the date. Is there any reference to add to get that control.Can some one help. Regards...
-
How many levels of compilation happens in .NET Framework
A) One LevelB) Two LevelC) Three LevelExplanation: Source Code to MSIL in first level & MSIL to Native code in second level
-
Thread-Safe Class
Which is the only thread-safe class in System.collections?
-
Stop rolling page in Dot Metrix Printer
After Print the Label How to stop the printer page rolling and Other Label Started from the next of it.
-
-
-
-
Which method in VB.NET is called right before the object is destroyed
A) SealedB) FinalizeC) Finally
-
How to determine if a variable has not been initialized in VB.NET?
A) ISNull( )B) IsEmpty( )C) IsDdNull( )
-
It is not possible to put multiple classes in side a single .vb file
A) TrueB) FalseExplanation: It is possible to have multiple classes inside a single .vb file.
-
VB.NET Interview Questions
Ans