See next post
Printable View
See next post
Actaully, now I got a question...
I got a namespace in my dll project which contains several classes, each class containing functions and subs.
Now when I try to access them, I can access everything BUT the functions and I get this error:
VB Code:
D:\VB .NET\Binary Edit\frmChild.vb(378): Reference to a non-shared member requires an object reference.
What exactly does that mean? I'm still new to the DLL creation and VB .NET
Did you mark these functions as Public Shared ?
THANKS!Quote:
Originally posted by Pirate
Did you mark these functions as Public Shared ?
I seriously don't know *** is wrong with me today.... I was SO certain I made them all public shared cause I've used this before, but parrently I didn't!
UGH
Thanks for catching my stupid mistake, lol
No prob.;)