VB.Net - Visual Basic Interview Questions & Answers
Frequently asked Interview Questions and answers
Friday, May 16, 2008
What are three ways to create an object to access an external component?
Dim ObjectVariable As New Class
Set ObjectVariable = New Class
Set ObjectVariable = CreateObject("Component.Class")
Newer Post
Older Post
Home
Your Title