Méthode IShellDispatch.FindComputer
Affiche la boîte de dialogue Résultats de la recherche : Ordinateurs . La boîte de dialogue affiche le résultat de la recherche d’un ordinateur spécifié.
Syntaxe
IShellDispatch.FindComputer()
IShellDispatch.FindComputer()
Paramètres
Cette méthode n’a aucun paramètre.
Valeur retournée
JScript
Cette méthode ne retourne pas de valeur.
VB
Cette méthode ne retourne pas de valeur.
Notes
Cette méthode est implémentée et accessible via la méthode Shell.FindComputer .
Exemples
Les exemples suivants montrent l’utilisation de FindComputer dans JScript, VBScript et 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
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 2000 Professionnel, Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows 2000 Server [applications de bureau uniquement] |
En-tête |
|
IDL |
|
DLL |
|