Option Explicit
Private Sub Command1_Click()
Dim dblReturn As Double
dblReturn = Shell("rundll32.exe shell32.dll,Control_RunDLL main.cpl @1", 5)
End Sub
Friday, June 8, 2012
Cara Menampilkan Dialog Properties KeyBoard Menggunakan VB6
Labels:
Windows