Difference between Dim Object as object AND dim obj as myform

Showing Answers 1 - 1 of 1 Answers

Saravanan

  • Sep 12th, 2005
 

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.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions