R
Rob
In code, I "appear" to see contradictions...
Dim aButton as New Button()
as well as
Dim aButton as New Button
Why are the ( ) present in one case, but not the other ?
Dim aButton as New Button()
as well as
Dim aButton as New Button
Why are the ( ) present in one case, but not the other ?