Home All Groups Group Topic Archive Search About

Error: Statement is not valid in a namespace

Author
23 May 2006 1:14 AM
game_freak
In a line of code I have: Public Overrides Sub Draw() I copied the code
exactly but still shows the error. I need help!
--
I love games!

Author
23 May 2006 8:24 AM
Herfried K. Wagner [MVP]
"game_freak" <gamefr***@discussions.microsoft.com> schrieb:
> In a line of code I have: Public Overrides Sub Draw() I copied the code
> exactly but still shows the error. I need help!

Place it inside a class which inherits from a type that has an overridable
'Draw' method.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>