Page 1 of 1

Posted: Thu Jul 18, 2002 6:24 am
by BackupUser
Restored from previous forum. Originally posted by Skully.

Does PB have access to the WSH properties and methods?

Like in VBSript you might go:
Set net = CreateObject("Wscript.Network")

to access network related functions and all sorts of other info.

Skully

Posted: Fri Jul 19, 2002 9:10 pm
by BackupUser
Restored from previous forum. Originally posted by Justin.

I was looking for a similar way to acces the InternetExplorer object, PB does not support it in that easy way.

A library or some new functions to access ole objects easily would be a great improvement for PB.