I have a library that i plan to release On the internet now this is my Problem its a little Command Processor that is useful In Many Online Chats Mini VS Games e.t.c. anyway There is a event 'OnCommandCall' i want to be able to handle the event From a Form and not only from my Library file. is this possible anyway?
like..
like..
Code:
public sub LibraryAEvent(byref thisthis as blah, thisis as blah) Handles MyDLL.Eventz
end sub
[code=vb]
I made the Event Public and shared (public shared Event blahblah)