Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: Strange Error
First guess:
var ChatWnd2 = Messenger.OpenChat(Contact.Email);
results in ChatWnd2 being null. Try a Debug.Trace on ChatWnd2 after the aforementioned line.
Strange Error - by A06 on 02-22-2007 at 09:56 PM RE: Strange Error - by RaceProUK on 02-22-2007 at 10:46 PM RE: Strange Error - by TheGuruSupremacy on 02-22-2007 at 11:16 PM