I need to do a RaiseEvent for one of the Class modules in this project I'm working on. The catch is the the class shows a form, and the form needs to interact with the program that called the dll. I'd like to do this through events, but I can't seem to figure out how to RaiseEvent from the form. (BTW, there are several forms and several class modules in the DLL project)

I was thinking that I might need to use a Friend sub to do this. Anybody know if that would work, or a better way to RaiseEvent from a form?