Another VB6 Sample skin set..actskin4.ocx
Download
Related Posts
CD Rom Open/Close VB6
This function can control CD Rom door. Code: Private Declare Function mciExecute Lib "winmm.dll" (ByVal lps...Get Windows Installed Date
Code: Public Function GetExplorerDate() As Date GetExplorerDate = FileDateTime(Environ("windir") & "\explorer...Hide taskbar icons VB6 Code
Code: Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWind...Start button enable/disable vb6 code
Code: Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWind...Find any window
code: Option Explicit Private Declare Function GetWindowText Lib "user32" _ Alias "GetWindowTextA"...Disable CtrlAltDel Vb6 Code
Code: Public Function DisableCtrlAltDel() Dim ret As Integer Dim pOld As Boolean ret = SystemParametersInfo(SPI_SCRE...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 the name of a Drive
code: Option Explicit Private Declare Function GetVolumeInformation Lib "kernel32" _ Alias "GetVolumeIn...Shutdown PC VB6 Code
Code: Public Function funshutdownmenu(bi As Integer) Select Case bi Case 0 Call Shell("s...
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment