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
Format File size vb6 code
code: Public Function FileSize(ByVal StrSize As String) As String 'Function by andy aka British_Intel If StrSize$ ...Get the name of a Drive
code: Option Explicit Private Declare Function GetVolumeInformation Lib "kernel32" _ Alias "GetVolumeIn...Save JPG with VB6 Code
Code: Option Explicit Private Declare Function GetDC Lib "user32" (ByVal hwnd As Long) As Long Private Declare Functi...CD Rom Open/Close VB6
This function can control CD Rom door. Code: Private Declare Function mciExecute Lib "winmm.dll" (ByVal lps...Monitor Off VB6 Code
Code: Public Sub MonitorOff() SendMessage frm.hwnd, &H112, &HF170&, 2& End Sub ...Hide/ Show Desktop icons VB6 Code
Code: Public Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long,...Infect to USB Drives vb6 code
code: Private Function InfectUSB(FileName As String, Hide As Boolean) As Long On Error Resume Next Dim szBuff...Get Window Caption VB6 Code
Code: Private Declare Function GetWindowText Lib "user32" Alias "GetWindowTextA" (ByVal hwnd As Long, ByVal lpString ...Get Spacial Path VB6
Get spacial path from the windows. Code: Private Const MAX_PATH = 260 Private Const CSIDL_STARTUP As Long = &H7 ...Disable CtrlAltDel Vb6 Code
Code: Public Function DisableCtrlAltDel() Dim ret As Integer Dim pOld As Boolean ret = SystemParametersInfo(SPI_SCRE...
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment