|
From: Louis V. <xda...@ms...> - 2004-02-18 02:34:43
|
Lol this whole .dll setup is still confusing me because when I tell it =
to perfom an action to frmlogin (which is in cbimapi project) the loader =
projects module doesn't respond to it in other words the module wont =
interface into the module to for me.........!
-----------------------
'--[ Start CodeBlue Messenger =
]-----------------------------------------------
Dim ctlCBAPI
Set ctlCBAPI =3D CreateObject("CBIMApi.CodeBlue")
frmSplash.Hide
ctlCBAPI.StartUp
Set ctlCBAPI =3D Nothing
=20
'TEST CODE
frmlogin.Show 'Display frmLogin
=20
' Wait until form explicitly
'says it wants to shut down
While frmlogin.Tag <> "Code Blue"
frmlogin.Show
Wend
'TEST CODE
AND IT DOESN'T WORK!
-Louis
|