HighDots Forums  

using ActiveX

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss using ActiveX in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jack
 
Posts: n/a

Default using ActiveX - 01-25-2007 , 12:12 AM






I try to use an activeX with javascript. There are some methods are
implemented in interface xxx from this activeX. How do I refer it with
queryInterface(). the activex document says:

interface xxx: Iunknown{

HRESULT _stdcall zzzz(...)
....

}

My javascript is as following:

var my = new ActiveXObject("AAA.yyy");
my.LoadFromFile("Simple");
//above is ok
my.zzzz(....);
//this doesn't work





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.