Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to read the user enviroment information
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00421857
Message ID:
00422284
Vues:
11
>How can i read the user inviroment information from Visual Foxpro 6.0.
>I need it to validate the user from my aplication reading the windows 98 login window information

To get the user's login name:

Declare Integer GetUserName in WIN32API String @, Integer @
UserName=SPACE(20)
GetUserName(@UserName,20)
UserName=UPPER(STRTRAN(UserName,CHR(0),''))
Kogo Michael Hogan

"Pinky, are you pondering what I'm pondering?"
I think so Brain, but "Snowball for Windows"?

Ideate Web Site
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform