thanks, but it just doesnt work, i tried it already.
let me clarify,
the code is something like:
msgbox "hello"
call Encode()
frmabout.show
msgbox "About Shown"
the dll will popup "Hello" and call encode, but the popup "About Show" never turns up, so i am assuming that the about form is never shown, as i also cannot see it.