WSH

Everything else that doesn't fall into one of the other PB categories.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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.
Post Reply