Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need An API Call
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00552691
Message ID:
00552821
Vues:
18
>I was hoping to display the user's full name

You can do this with ADSI:
oUser = GetObject("WinNT://myDomain/myUser")
? oUser.FullName
You need the scripting components installed for this to work. (if I am not mistaken)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform