ChaNamePc




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

'Inserici un pulsante sulla form e aggiungi il seguente codice

'all'evento Click:


a$ = "Ciao Mondo"
b& = SetComputerName(a$)

'Ora guardater sul Pannello di controllo /Rete/Identificazione

Per canbiare il Nome del Computer Utilizzate il seguente modulo










( chanamepc.html )- by Paolo Puglisi - Modifica del 17/12/2023