Metodo Shell.FindComputer
Visualizza la finestra di dialogo Risultati ricerca: Computer . Nella finestra di dialogo viene visualizzato il risultato della ricerca di un computer specificato.
Sintassi
Shell.FindComputer()
Shell.FindComputer()
Parametri
Questo metodo non presenta parametri.
Valore restituito
JScript
Questo metodo non restituisce valori.
VB
Questo metodo non restituisce valori.
Esempio
L'esempio seguente mostra FindComputer in uso. Il risultato di questo codice equivale a premere il pulsante Start , fare clic su Cerca, fare clic sull'opzione Stampanti, computer o persone , quindi fare clic su Un computer nella rete. Viene visualizzato un utilizzo appropriato per JScript, VBScript e Visual Basic.
Jscript:
<script language="JScript">
function fnShellFindComputerJ()
{
var objShell = new ActiveXObject("shell.application");
objShell.FindComputer();
}
</script>
Vbscript:
<script language="VBScript">
function fnShellFindComputerVB()
dim objShell
dim ssfWINDOWS
ssfWINDOWS = 36
set objShell = CreateObject("shell.application")
objShell.FindComputer
set objShell = nothing
end function
</script>
Visual Basic:
Private Sub fnShellFindComputerVB()
Dim objShell As Shell
Set objShell = New Shell
objShell.FindComputer
Set objShell = Nothing
End Sub
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows 2000 Professional, Windows XP [solo app desktop] |
Server minimo supportato |
Windows 2000 Server [solo app desktop] |
Intestazione |
|
IDL |
|
DLL |
|