Shoutbox

Winsock Events - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Winsock Events (/showthread.php?tid=94076)

Winsock Events by Spunky on 03-12-2010 at 01:53 PM

I'm trying to make a script using the winsock ActiveX, but I don't have a clue how to detect the event when it receives data. I tried looking at how the xniff ocx did it, but I'm a bit lost tbh


RE: Winsock Events by matty on 03-15-2010 at 05:18 PM

I would love to see you scrap the ActiveX and go straight to socket programming.

http://msdn.microsoft.com/en-us/library/ms738545%28VS.85%29.aspx

We can discuss this more on WLM. Your other option is to do what they did with Xniff and make a VB class to do what you want to accomplish...