FMWebschool Posted March 4, 2005 Posted March 4, 2005 Hi everyone I am working on a new plugin. I need the machine name. The windows API gives it as char * . How do return that value as fmx::Text object??? I am using the FM7 API. Thanks in advance for your help!
DykstrL Posted March 7, 2005 Posted March 7, 2005 The system variable that holds the machine name is 'COMPUTERNAME'. If you open the command prompt and type 'set computername' it will return the name assigned.
DykstrL Posted March 7, 2005 Posted March 7, 2005 The system variable that holds the machine name is 'COMPUTERNAME'. If you open the command prompt and type 'set computername' it will return the name assigned.
DykstrL Posted March 7, 2005 Posted March 7, 2005 The system variable that holds the machine name is 'COMPUTERNAME'. If you open the command prompt and type 'set computername' it will return the name assigned.
Recommended Posts
This topic is 7269 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now