using MSWINSOCK.OCX with Scripts 
Author Message
 using MSWINSOCK.OCX with Scripts

Hello !!
I am trying to use MSWINSOCK.OCX to creat like a syslog deamon
to get events from remote host then according to event database that i
created he will execute
other scripts i must say that my knowledge is limited to VBScript

so eventually what i am searching in the first place is accurate infomation
how to use
the right syntax with vbscript of all the Methods that comming with
MSWINSOCK.OCX
i have oleview
he can show me all the methods
but i dont know how to use them

Thanks in advance



Sat, 09 Aug 2003 22:47:48 GMT  
 using MSWINSOCK.OCX with Scripts
MSWINSOCK.OCX is a licensed control installed by MSFT development tools.  You'll find the
documentation in the VStudio/VBasic docs.  As a licensed control, it will only be usable from a WSH
hosted vbscript client on a development machine with a design time license.  Unlike IE's License
Manager object, WSH does NOT support a way to provide the control with a runtime license via a
license package (.lpk) file...

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--

Quote:

> Hello !!
> I am trying to use MSWINSOCK.OCX to creat like a syslog deamon
> to get events from remote host then according to event database that i
> created he will execute
> other scripts i must say that my knowledge is limited to Vbscript

> so eventually what i am searching in the first place is accurate infomation
> how to use
> the right syntax with vbscript of all the Methods that comming with
> MSWINSOCK.OCX
> i have oleview
> he can show me all the methods
> but i dont know how to use them

> Thanks in advance



Sat, 09 Aug 2003 23:44:07 GMT  
 using MSWINSOCK.OCX with Scripts
I haven't gotten around to playing with it, but can it be licensed in an
HTA?  Or, possibly via an IE.Application console interface?

Tom Lavedas
-----------
http://www.pressroom.com/~tglbatch/

Quote:

> MSWINSOCK.OCX is a licensed control installed by MSFT development
> tools.  You'll find the documentation in the VStudio/VBasic docs.  
> As a licensed control, it will only be usable from a WSH hosted
> vbscript client on a development machine with a design time license.
> Unlike IE's License Manager object, WSH does NOT support a way to
> provide the control with a runtime license via a
> license package (.lpk) file...

> --
> Michael Harris
> Microsoft.MVP.Scripting
> --

> Please do not email questions - post them to the newsgroup instead.
> --


> > Hello !!
> > I am trying to use MSWINSOCK.OCX to creat like a syslog deamon
> > to get events from remote host then according to event database that i
> > created he will execute
> > other scripts i must say that my knowledge is limited to Vbscript

> > so eventually what i am searching in the first place is accurate infomation
> > how to use
> > the right syntax with vbscript of all the Methods that comming with
> > MSWINSOCK.OCX
> > i have oleview
> > he can show me all the methods
> > but i dont know how to use them

> > Thanks in advance



Sat, 09 Aug 2003 23:56:09 GMT  
 using MSWINSOCK.OCX with Scripts
I would *think* (just a quess) that wrapping it as an HTA with a License Manager object and a valid
.lpk file url would work for an HTA in mshta.exe the same as for HTML in IE.

I haven't tried it myself because 1) I've never had the need and 2) all of the boxes I have access
to have design time licenses to start with ;-)...

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--

Quote:

> I haven't gotten around to playing with it, but can it be licensed in an
> HTA?  Or, possibly via an IE.Application console interface?

> Tom Lavedas
> -----------
> http://www.pressroom.com/~tglbatch/


> > MSWINSOCK.OCX is a licensed control installed by MSFT development
> > tools.  You'll find the documentation in the VStudio/VBasic docs.
> > As a licensed control, it will only be usable from a WSH hosted
> > vbscript client on a development machine with a design time license.
> > Unlike IE's License Manager object, WSH does NOT support a way to
> > provide the control with a runtime license via a
> > license package (.lpk) file...

> > --
> > Michael Harris
> > Microsoft.MVP.Scripting
> > --

> > Please do not email questions - post them to the newsgroup instead.
> > --


> > > Hello !!
> > > I am trying to use MSWINSOCK.OCX to creat like a syslog deamon
> > > to get events from remote host then according to event database that i
> > > created he will execute
> > > other scripts i must say that my knowledge is limited to Vbscript

> > > so eventually what i am searching in the first place is accurate infomation
> > > how to use
> > > the right syntax with vbscript of all the Methods that comming with
> > > MSWINSOCK.OCX
> > > i have oleview
> > > he can show me all the methods
> > > but i dont know how to use them

> > > Thanks in advance



Sun, 10 Aug 2003 01:07:56 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. MSWINSOCK.OCX with Vbscript

2. MSWINSOCK.OCX

3. MSWINSOCK.OCX

4. Using ocx in scripts

5. GetData using MSWinsock.Winsock

6. Script Parameters and Scripting Control (OCX)

7. WinNT 4.0 - Error registering the OCX C:\WINNT\System32\wshom.ocx

8. Using an OCX in a vbs

9. Using MSWinsck.ocx on a web page

10. Trying to get multiple file per FTP using msinet.ocx

11. Using MSMAPI32.OCX

12. using msscript.ocx from Visual C++6

 

 
Powered by phpBB® Forum Software