yes there is. but you need 1 activeX DLL and 1 activeX exe.
I discovered it with mycustomnix. when having initialize you just use
code:
set bla=createobject("myexe.myclass")
then in showconfig or stuff like that use
code:
bla.showmyform
get the point? of course your activex exe has "myexe" for project title and "myclass" as class...