A) YesB) NoExplanation: The DLLs you created in VB.NET are assemblies that contain managed code
Latest Answer : Yes. ...
A) Using FRIEND KeywordB) Using STATIC KeywordC) Using SHARED KeywordD) NONE
Latest Answer : using shared method ...
A) Concept which allows code in one AppDomain call on objects of other App DomainB) A Concept which transmits the data over networkC) A Concept which deploys the code in remote server.
Latest Answer : a ...
A) Objects are of value TypesB) Constructors do not return anythingC) VB.Net Supports Multilevel inheritance
Latest Answer : That is wrong answerA is the correct ...
A) Code modules are instantiated at runtime and class modules are instantiated at the time of designB) Class modules are instantiated at runtime to create objects and code modules do not have instancesC)
Latest Answer : B ...
Which of the following methods still in use to access the COM objects in VB.NET but not used to access VB.NET objects
A) NewB) GetObjectC) CreateObjectExplanation: Createobject is used to access COM objects while NEW is used to access VB.NET objects
HiI am working with VB and I need to handle USB devices (send I/O) from vb6 in my project.Anyone knowing about the concept plz assist me my giving the required dlls and sample code if possible-Suma
What are COM objects? What is the differences between COM and DLLs? Why do we use DLLs in .Net?