Invalid use of proporty?
This is coming up and I have no clue what it means or how to fix it. I al trying to learn Visual Basic because I think it is pretty neat but this came up today and I have no clue what to do about it, please help.
Private Sub Green_Click()
Main.StopWatch , Seconds, Minutes, Hours, BackFrame.ForeColor = &H8000&
ColourMenu.Visible = False
End Sub
The Line that is wrong(the one it is highlighting) is Main.Stopwatch
I have no clue why. Stopwatch is the name of the Frame. So please help me out.
|