© From 2013, June 08. Powered by Blogger.
RSS

[Code] Change Pc Name from VB6 **Code Shared By mjridoy5**

Declare Function SetComputerName Lib "kernel32" _
Alias "SetComputerNameA" (ByVal lpComputerName As String) As Long

Private Sub cmdChange_Click()
SetComputerName txtNewName.Text
End Sub

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 Comments:

Post a Comment