B
Bob Altman
This code (Visual Studio 2005) should generate a compilation warning to the
effect that I'm accessing a shared member through an instance variable (the
"color" variable):
Private Sub X(ByVal color As Color)
Me.BackColor = color.AliceBlue
End Sub
On *some* computers this produces the expected warning. On others it does
not. Any clue what setting is causing some computers to fail to complain?
TIA - Bob
effect that I'm accessing a shared member through an instance variable (the
"color" variable):
Private Sub X(ByVal color As Color)
Me.BackColor = color.AliceBlue
End Sub
On *some* computers this produces the expected warning. On others it does
not. Any clue what setting is causing some computers to fail to complain?
TIA - Bob