what you can do is reference the MessengerAPI
the use
code:
Private WithEvents objMessenger As MessengerAPI
Then in the initialize function
code:
Set objMessenger = <insert object name here>
Replace <insert object name here> with the Messenger object Initialize provides.
Also, you can use Class_Initialize and Class_Terminate to show/hide your forms (in vb) and there you can do what you want