G Guest May 23, 2006 #1 In a line of code I have: Public Overrides Sub Draw() I copied the code exactly but still shows the error. I need help!
In a line of code I have: Public Overrides Sub Draw() I copied the code exactly but still shows the error. I need help!
H Herfried K. Wagner [MVP] May 23, 2006 #2 game_freak said: In a line of code I have: Public Overrides Sub Draw() I copied the code exactly but still shows the error. I need help! Click to expand... Place it inside a class which inherits from a type that has an overridable 'Draw' method.
game_freak said: In a line of code I have: Public Overrides Sub Draw() I copied the code exactly but still shows the error. I need help! Click to expand... Place it inside a class which inherits from a type that has an overridable 'Draw' method.