Could you post the code where the error is coming from? I'm not very big on VB, but I can probably fumble through it.
Oh, I see it now.
Any element that can raise an event, must be declared WithEvents, similar to public, private, etc.
For example:
// A regular button
Protected Button As...