When I use this
Dim instance As New Timer
I get the error: Error 1 Overload resolution failed because no accessible
'New' accepts this number of arguments.
Yet, in the help section for Timer (in VB 2005) this is exactly the syntax
shown. I also tried:
Dim instance As Timer = New Timer
and that gives the same error.
--
Anil Gupte
Dim instance As New Timer
I get the error: Error 1 Overload resolution failed because no accessible
'New' accepts this number of arguments.
Yet, in the help section for Timer (in VB 2005) this is exactly the syntax
shown. I also tried:
Dim instance As Timer = New Timer
and that gives the same error.
--
Anil Gupte
Comment