Shoutbox

Structure - 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)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Structure (/showthread.php?tid=51804)

Structure by brian on 10-14-2005 at 10:51 PM

Well, I have been seeing alot of stuff I can actually do with VB and the MSNP, does anyone has some code to winsock hooking, or w/e ways to hookup winsock to change/drop/modify commands.

thanks.

(if everything goes bad, ill have to figure it out myself, so... =p)


RE: Structure by Stigmata on 10-14-2005 at 10:55 PM

winsock hooking in vb?


not guna happen mate :p


RE: Structure by brian on 10-14-2005 at 10:56 PM

how so? does it suck too much? :chessy:

probably c++ or c, I could try to make myself out (don't expect graphix plzkthnx). =p


RE: Structure by Stigmata on 10-14-2005 at 11:04 PM

vb doesn't excatly allow hooking of other programs.

in vb its only done with a outside dll..


winsock hooking = c++ kinda thing.


RE: Structure by CookieRevised on 10-15-2005 at 01:28 AM

VB can perfectly hook other programs.... search the net...


RE: Structure by Stigmata on 10-15-2005 at 09:28 AM

yeah but with outside libraries. Most being made from c++, Delphi, etc. Languages which support sub-classing of other programs.