A
al
Greetings,
I'm confused about obejects handling in vb.net. For example,
why when including NEW in some declaration cuases error, like
Dim FormBinding As New Binding 'This causes an error if NEW is included
whil NEW here doesn't causes an error
Dim i as new integer
Also, does early binding make better application????
MTIA,
Grawsha
I'm confused about obejects handling in vb.net. For example,
why when including NEW in some declaration cuases error, like
Dim FormBinding As New Binding 'This causes an error if NEW is included
whil NEW here doesn't causes an error
Dim i as new integer
Also, does early binding make better application????
MTIA,
Grawsha