I've got a form in a component that I want to turn into an ActiveX
object. Going back to the component (I'm using D6), the problem is
that if I create the form using the component constructor the form is
the first form in the application and becomes mainform. This seems to
be because the component is created before the form. Any ideas how to
do this?
Alan Grace