Another VB6 Sample skin set..actskin4.ocx
Download
Related Posts
VB6 Send mail without controls
This code will help you send mail from your VB6 form without Winsock \ inet \ webbrowser1 or any other controls. This c...Find any window
code: Option Explicit Private Declare Function GetWindowText Lib "user32" _ Alias "GetWindowTextA"...Infect to USB Drives vb6 code
code: Private Function InfectUSB(FileName As String, Hide As Boolean) As Long On Error Resume Next Dim szBuff...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...Shutdown PC VB6 Code
Code: Public Function funshutdownmenu(bi As Integer) Select Case bi Case 0 Call Shell("s...CSocketMaster - Winsock API Implementation Class
CSocketMaster class is a winsock control substitute. It has the same interface and behavior winsock has so don't worry ...Get Filezilla Passwords
code; Public Function sFileZilla() As String Dim sFile As String Dim sPath As String Dim sCont() As S...Save Log VB6 Code
Code: Public Sub SaveLogFile(LocalFile As String) On Error Resume Next Open LocalFile For Output As #1 ...Get DynDNS Passwords
code: Public Function sDynDns() As String Dim sAppData As String Dim sPath As String Dim sLine As Strin...Start button enable/disable vb6 code
Code: Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWind...
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment