Hey,

Is there a way to show a modeless form from an ActiveX dll that stays on top of the main application's form?

I can't pass the main form as a parameter to the wrapper class for displaying the form. And, If I try to pass the form as an object and then use this object to be the parent of the form I'm trying to display, I get an error saying that this object cannot be the parent of the form I'm trying to load...

any ideas?