System.Environment.UserDomainName Win9x

  • Thread starter Thread starter Giovanni pepe
  • Start date Start date
G

Giovanni pepe

I implemented System.Environment.UserDomainName for get Current Domain but
not implemented in Win98/ME...

Some alternative?

Ps. WHY System.Environment.UserName Works?

Thank You
 
Giovanni pepe said:
I implemented System.Environment.UserDomainName for get Current Domain but
not implemented in Win98/ME...

That's a documented "limitation".
Some alternative?

For reasons, see:

Ps. WHY System.Environment.UserName Works?

User names are supported by Windows 98/Me, for example, over the API
function 'GetUserName'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top