N
Neil Steventon
Hi,
I am new to VB.net , well the objects concept anyway and was wondering if
there were any good articles / turorials on when and why you would use
certain declarations such as
Private test as string
public test as string
Public Shared as string
Protected test as string
etc
Please could someone she some light, am I right in thinking if I develop an
MDI with lots of child forms would it be better off creating a module with a
variable of
Public Shared dbconn as String
in order to allow all forms in project access to this variable ?
Thank alot
Neil
I am new to VB.net , well the objects concept anyway and was wondering if
there were any good articles / turorials on when and why you would use
certain declarations such as
Private test as string
public test as string
Public Shared as string
Protected test as string
etc
Please could someone she some light, am I right in thinking if I develop an
MDI with lots of child forms would it be better off creating a module with a
variable of
Public Shared dbconn as String
in order to allow all forms in project access to this variable ?
Thank alot
Neil