From: "Kristofer Wolff" <[EMAIL PROTECTED]> > Hi Janda, a second time today > > Ok, i understand now more abaut COM ( absolutly newland for me before ) > but i seen, PerlCtrl creates ActiveX - Controles ( written in the man ) > > so if the VBs works! why not the <Object in my browser ? isn't it the same > api ?
Well ... I don't remember what properties must a COM object have to work with <OBJECT>. I guess Jan Dubois could comment here. The problem is that there are basicaly two ways to call a method of a COM object. Either by the IDispatch interface (used by VBScript and Perl+Win32::OLE) or by a custom interface. For some uses the object must support a custom interface. For example COM objects written in VB or Perl+PerlCtrl cannot be pooled (look into Settings\Control Panel\Administrative Tools\Component Services, browse into a "COM+ Aplication, open properties of an object and select an Activation tab). It's simply not posible to create the needed interface with VB (6.0) or Perl+PerlCtrl, only iDispatch is supported :-( AFAIK of course. So maybe for the <OBJECT> tags you need something similar. > sorry if i am stupid, but activeX is written for pluggalbe modules for > Win32, isn't is ? so i've done a activeX Plugin for Cubase, with a PDK of > Steinberg a while ago. How can i make those with perl for my IE ?? I don't know. If the docs say the plugins are ActiveX objects you might be able to use Perl ... could you sent me an URL to the docs that specify what the heck is an IE plugin? Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain. I can't find it. --- me _______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
