[python-win32] Python.AXScript (win32com) in Netstumbler

Mark Hammond mhammond at skippinet.com.au
Thu Oct 12 14:29:10 CEST 2006


> So, NetStumbler will call NetStumbler.OnScanResult on some events.
> I want to override that:

Try:

def NetStumbler_OnScanResult(SSID,BSSID,CapFlags,Signal,Noise,LastSeen):
   ...

I think the above is similar to VBScript - at least it was when the AXScript support was written :)

Mark



More information about the Python-win32 mailing list