Microsoft Basics Question:
Download Questions PDF

Explain Difference between Dim Object as object AND dim obj as myform?

Microsoft Basics Interview Question
Microsoft Basics Interview Question

Answer:

Dim object as object --> the general VB object was created

Dim obj as myform --> the myform object was created.

The first one is general object and second one is the specified object.

Download Microsoft Basics Interview Questions And Answers PDF

Previous QuestionNext Question
How to create Virtual Root in IIS?How to create Drop Down Combos in HTML? select Tag?