Quote Originally Posted by Niya View Post
Modules default to "Friend" in VB.Net, so if you're trying to reference something in it from another project in the solution, it will not be able to resolve it.
Thank You very much Changing it to public solved the problem and I did not know they defaulted to Friend in vb!

Call backs are an interesting tool.