P
Pritam
Hi,
I am trying to get the Windows API to work though a
scripting language like Jscript so that I can have custom
Messenger functionality in my web pages.
I know that I cannot create the Messenger objects using
ActiveXCreate method.
I am embedding the object using the <Object> tag in my
HTML page.
<object classid="clsid:F3A614DC-ABE0-11d2-A441-
00C04F795683" id="msgr" width="1" height="1"
style="display: none;"/>
My first question is:
Is this the correct classid that I am using??
What other objects can I access??
I tried using the ObjectBrowser to browse the msmsg.exe
file and the interfaces there do not match the
documentation in
http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/winmessenger/winmessenger/reference/messengeruasdk/cpp_c
lient_entry.asp
I couldnt find any scripting examples for Messenger API as
well.
Any help would be highly appreciated.
Thanks
-Pritam
I am trying to get the Windows API to work though a
scripting language like Jscript so that I can have custom
Messenger functionality in my web pages.
I know that I cannot create the Messenger objects using
ActiveXCreate method.
I am embedding the object using the <Object> tag in my
HTML page.
<object classid="clsid:F3A614DC-ABE0-11d2-A441-
00C04F795683" id="msgr" width="1" height="1"
style="display: none;"/>
My first question is:
Is this the correct classid that I am using??
What other objects can I access??
I tried using the ObjectBrowser to browse the msmsg.exe
file and the interfaces there do not match the
documentation in
http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/winmessenger/winmessenger/reference/messengeruasdk/cpp_c
lient_entry.asp
I couldnt find any scripting examples for Messenger API as
well.
Any help would be highly appreciated.
Thanks
-Pritam