Instance of specific copy of a class with its own settings
for the properties defined in that class. Note: The
implicity defined variable is never equal to nothing.
Option Explicit has 2 values ON and OFF
deafult value is ON
-Option Explicit means - All the variables should be
declared before its use.
Else it shows error..it is a good practice to use this..
Option Explicit is set to On, to declare the variable
compulsarily.
if u set it to off, the user who is going to read your
coding won't find it easy to know what type of variable it
stores. i.e int, float, string, var, etc.,
I want to develop a stand alone application which can
communicate with the existing applications in the system. On
which this application should be based on: Standard Exe,
Active-X Exe, Active-X Dll.