I've got a serious problem... I'm trying to find the right way (or tool) to read the registry (WIN95/98, WINNT and WIN2000) at the following location: HKEY_LOCAL_MACHINE\Network\Logon and the variable would be username

or anything better.

It's easy to extract from WINNT since we can use the Environ$("OS") and also Environ$("USERNAME") to determine which OS were running and what is the Logged on user... How can I dot it in WIN 95/98???

Is there anyone out there with the proper answer...

I need to identify the user from within the application without having them to retype it.