Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: JPT
« on: February 16, 2009, 07:07:44 PM »

Posted by: Hero
« on: December 14, 2008, 09:56:40 AM »

You misunderstood me, I want to use a .NET language to create a .dll that  is accessable like SBWinsock.

Set objHero = CreateObject("Hero.Thing")
Posted by: Vector
« on: December 14, 2008, 01:05:39 AM »

Is this really .NET?

Code: [Select]
Set objWS = CreateObject("SBWinsock.ctlWinsock")
objWS.SetSC SSC.GetScriptControl(), <prefix of plugin>

Unfortunately, its only available to StealthBot plugins, or if you can pass some other scripting object to it.
Posted by: Hero
« on: December 13, 2008, 04:12:21 PM »

Is API the correct word?

How do  you create and register an API for the WSH so  that it is usable  like SBWinsock?

Set blah = CreateObject("W/e")