quote:Originally posted by deAd
The API can be used with the ActiveXControl object.
code:var MessengerAPI = new ActiveXObject("Messenger.UIAutomation.1");
This might not work on all machines, and some features (like groups) will not be accessible/may crash wlm.
Never use the ".1", ".2" or whatever as a reference. This is part of the reason why it doesn't work on some machines. Those identify the versions so to speak, of the activex objects. Specifiying them will cause Windows quite often to not find the proper 'versions'.
I am aware of that, but I do not know of another working ID...so I posted that and a warning ...
The working* id is without the ".1". See link** in previous post why
* though I wouldn't call it 'working'. See also previous post