quote:
Originally posted by vikke
First of all, you want to make a addon in VB6, which I don't personally recommend, because you can't do as much as you can in C/C++. VB6 is also a more unstable programming language (especially the IDE).
- You can do it in VB6 also though.
- VB6 is certainly not a 'more unstable language'. It is just as stable as any other language, provided you make a decent program (just as with any other language).
quote:
The points 2 and 3 can easiest be done with a winsock hook. There are many samples floating around the net, not for VB6 though.
There are many VB6 winsock hooking examples too (pscode isn't the only place for example code).