C# How to get the Username

  • Thread starter Thread starter sravan_reddy001
  • Start date Start date
S

sravan_reddy001

How can we get the System Name and the Company to which the
application is registered
i want to display these details in the "About Application under Help"
of My Application
 
sravan_reddy001 said:
How can we get the System Name and the Company to which the
application is registered

If it is a Winforms application, you can get the Company as
Application.CompanyName, and the System Name as
SystemInformation.ComputerName.
 

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