Your problem is that you have copied the form and classes into a new project of your own as such, your new projects root namespace is not Slipstream.Games
Replace
VB Code:
Imports SlipStream.Games.SnakeDotNet
with
VB Code:
Imports [ProjectNameSpace].SnakeDotNet
replace [ProjectNameSpace]
with the root name space of your project (if you havent changed any project attributes it should be the same as your project name





Reply With Quote