User: SilverMagics |
Winsock Chat Part 1 ( Visual Basic 6.0 ) on how to make a winsock chat in visual basic Tags: SilverMagics winsock chat visual basic 6.0 |
User: LusikkaMage |
Winsock C++ Tutorial part 1 of 2 Here's how to make a simple Socket class to use Winsock with C++. This isn't really sufficient for a chat program, but it's a start. Will have more later. I don't currently know much about Winsock, so annotations will be added as I figure more stuff out, or find bugs in the program. Download source and exe from here: http://moosader.deviantart.com/art/C-Winsock-Sample-Program-97696619 Part 1: http://www.youtube.com/watch?v=w5MPIkveJoQ Part 2: http://www.youtube.com/watch?v=AVyKZeOZnzk Tags: Programming C++ Winsock Online Chat Multiplayer |
User: SilverMagics |
Remake Part 2 Winsock Chat Remake Tags: silvermagics winsock chat part remake |
User: phr34k1sh |
phr34k1sh - Winsock Client + Server working Source Code: http://dpaste.com/hold/84227/ - Client http://dpaste.com/hold/84228/ - Server ---Notes--- [Client] - New [Server] - Updated (Recommended to use) Tags: winsock client server update updated phr34k1sh tutorial visual basic 6.0 learn |
User: phr34k1sh |
phr34k1sh - Winsock Tutorial [Server] Source Code Here: http://dpaste.com/hold/84225/ ---Notes--- A guy by the name of Jarhead requested this tutorial, thank him. =] Tags: winsock phr34k1sh tutorial visual basic 6.0 dpaste.com server Jarhead request |
User: sttc2 |
[VB.6] All Winsock Status [VB.6] All Winsock Status Tags: [VB.6] All Winsock Status |
User: SilverMagics |
Winsock Chat Part 3 ( Visual Basic 6.0 ) Testing the program Tags: SilverMagics winsock chat visual basic 6.0 part testing the program |
User: sambest654 |
Winsock TuT send data [r0x] Clan :::: Part 1 Server Winsock TuT send data Private Sub Form_Load() sock.Protocol = sckTCPProtocol sock.LocalPort = 1000 sock.Listen End Sub Private Sub sock_close() sock.Close sock.Listen End Sub Private Sub sock_connectionrequest(ByVal RequestID As Long) If sock.State = sckListening Then sock.Close sock.Accept RequestID End If End Sub Private Sub sock_DataArrival(ByVal bytesTotal As Long) Dim message As String Call sock.GetData(message, vbString) If message = "ip" Then Text1.Text = sock.LocalIP End If End Sub Tags: Winsock TuT send data [r0x] Clan |
User: PvPfunserver |
Visual Basic 2008 - First Real Winsock chat Tut (Advanced) Teaches you how to make a Winosck chat Ignore this: TCP UDP Winsock 2008 09 08 Visual Basic Tags: TCP UDP Winsock 2008 09 08 Visual Basic |
User: sambest654 |
Winsock TuT send data [r0x] Clan :::: Part 2 Client Winsock TuT send data [r0x] Clan Private Sub Command1_Click() If sock.State = sckClosed Then sock.RemoteHost = Text1.Text sock.RemotePort = "1000" sock.Connect Else sock.Close End If End Sub Private Sub Command2_Click() If sock.State = sckConnected Then sock.SendData "ip" End If End Sub Private Sub Form_Load() Timer1.Interval = 1 Command2.Enabled = False End Sub Private Sub Timer1_Timer() If sock.State = sckConnected Then Command2.Enabled = True End If End Sub Tags: Winsock TuT send data [r0x] Clan |
User: Owner4Live |
Maak een Local IP searcher met Winsock in Visual Basic 2008 Deze tutorial gaat over hoe je je Local IP kan opzoeken in Visual Basic 2008 met Microsoft Winsock Control 6.0 Tags: tutorial "visual basic 2008" "vb 9" winsock "local ip" |
User: vbDjura |
My first Winsock Program. This is my first winsock program in vb 6.0 Enjoy! Tags: vbDjura vb 2008 vb6 trojan keylogger peace and love winsock coding programing cmd |
User: OlloX3 |
Visual Basic 6.0: Winsock Chat Server This is my winsock chat i have created. send me a pm if you want it.. Tags: Visual basic vb6 winsock chat host server port msn like it aha |
User: pkrzown2 |
Microsoft WinSock Control - Visual Basic 2008 VB How to get the Microsoft WinSock Control to appear on your COM COMPONENTS inside Microsoft Visual Basic 2008. Link to download http://www.ascentive.com/support/new/support_dll.phtml?dllname=MSWINSCK.OCX Tags: Microsoft winsock control visual basic VB 2008 08 mswinsck.ocx missing not showing how to get COM components |
User: SlickFXO8 |
SlickFX - Winsock Tutorial VB6 This is a quick tutorial on how to connect to a website with Winsock via Visual Basic 6.0. Join my forum, Slick-Soft/Forum Tags: vb vb6 visual basic tutorials tuts slickfx unk0wn slick-soft pro-coding pro-coders |
User: Aan02 |
winsock testing with Alex.bt testing winsock aplication send file via internet. Tags: computer science |
User: TutorialMan17 |
TutorialMan17 - How To Get Winsock Packet Editor http://www.filecart.com/download/21385/491/COM_API_download.php In This Video TutorialMan17 Will Be Showing You How To Get WPE Pro Also Known As Winsock Packet Editor Don't Forget To Comment Rate And Subscribe Tags: How To Get Wpe Pro Winsock Packet Editor TutorialMan17 |
User: sambest654 |
Open a port with winsock Open a port with winsock Tags: Open port with winsock |
User: Victoryflag |
[VB6] Winsock Connection Tutorial How to connect a winsock Tags: VB6 Visual Basics 6.0 Winsock Connect Connection Tut Tutorial Vee Bee Six |
User: Artmasterss |
Winsock + Fly2Box Hack (How to Run 2 Flyffs) :P Tags: flyff hack dual box double cheat fly2box |
User: VisualBasicTurk |
VB'de Winsock Kullanımı / VisualBasicTurk.Net Videoya ve daha bir çok derse ulaşmak için http://www.visualbasicturk.net Tags: vb visualbasic delphi visual basic pascal winsock port trojan keylogger logger .net linux visualbasicturk.net google |
User: Xiantez |
winsock Tags: winsock |
User: atari5766 |
Yahoo! Chat voice fix for Vista by winsock.kernel Here is a workaround for some 3rd party Yahoo chat clients that cannot currently get voice on Windows Vista. http://rapidshare.com/files/118414205/Yahoo_Voice_for_Vista_x86.exe.html This program installs a patched yacscom.dll, and it even installs the DSP TrueSpeech codec. NOTE: UAC must be disabled during the install of this program. If you run Y!Hook or Ym!Hook, then do not apply this patch because it will conflict with Y!Hook software. Tags: winsock.kernel yahoo chat vista voice yacscom.dll |
User: masterxilo |
winsock/dgdk problem winsock/dgdk problem Tags: winsock dgdk problem |
User: vodkahack |
Dofus arena winsock packet éditor. Test pour diriger un perso via un logiciel de packets. Tags: dofus arena packet winsock |