Author | Message | Time |
---|---|---|
planterspeanuts | all the other posts on this dont help so if u can can u post proxy support in vb for me ? | July 18, 2003, 6:30 AM |
Soul Taker | http://botdev.valhallalegends.com/documents/vbsocks5.html | July 18, 2003, 4:55 PM |
planterspeanuts | i need socks4 not socks5 :-\ | July 20, 2003, 7:44 PM |
Camel | [code]#If PROXY_ Then SCK.SendData _ Chr(4) & _ Chr(1) & _ StrReverse(MKI(6112)) & _ inet_aton(<IP address>) & _ "xmzhao" & Chr(0) #Else[/code] | July 20, 2003, 8:22 PM |
planterspeanuts | I NEED VB6 Socks 4 not c++ | July 29, 2003, 7:50 PM |
WinSocks | Then specify that you want proxy support functions in VB, don't let people assume, and then give us crap for it cause we didn't know. -.- -1 for making Camel waist his time giving you C++ code | July 29, 2003, 8:02 PM |
Eibro | [quote author=LoRD`NiKKoN link=board=17;threadid=1947;start=0#msg16399 date=1059508955] Then specify that you want proxy support functions in VB, don't let people assume, and then give us crap for it cause we didn't know. -.- -1 for making Camel waist his time giving you C++ code [/quote]That is VB. | July 29, 2003, 8:31 PM |
Maddox | -1 to both of you for thinking that was C++. | July 29, 2003, 9:37 PM |
planterspeanuts | sigh.. why would it have # if it wasnt c++ | July 30, 2003, 4:31 AM |
Eibro | [quote author=planterspeanuts link=board=17;threadid=1947;start=0#msg16464 date=1059539481] sigh.. why would it have # if it wasnt c++ [/quote]Visual Basic has a preprocessor just like C/C++. The syntax is extremely similar, too. Slow down, try not to jump to conclusions. | July 30, 2003, 4:36 AM |
Camel | http://msdn.microsoft.com/library/en-us/vbcon98/html/vbconconditionalcompilation.asp | July 30, 2003, 6:14 PM |