MY JIT (Just in time debugger) Kicks in every time I close msn with MsgPlus installed on the Wnd.Close() line, the debugger says Wnd is undefined.
code:
function OnEvent_Uninitialize(MessengerExit)
{
Wnd.Close();
}
Does anyone have a possible solution to this?
Regards,
SS