How to find what the user path is for their Environment
Variables?
Windows provides four API functions for accessing and
updating environment variables:
1. GetEnvironmentVariable
This returns the value of a given environment variable.
2. SetEnvironmentVariable
Sets an environment variable's value, creating a new
variable if necessary. This routine can also be used to
delete an environment variable.
3. GetEnvironmentStrings
Gets a list of all the environment variables available
to a process.
4. ExpandEnvironmentStrings
Replaces environment variables delimited by "%"
characters in a string with the variable's value.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to display an application associated icons?
How to use far pointers?
How to drop down a menu Programmatically ?
Why can?t we connect to an Access database using the BDE and native MSACCESS driver?
How to use return instead of tab or mouse to move off a control ?
How to pass functions or procedures to other functions or procedures?
How to create a console application in Kylix?
How to capture the URL and title of the current webpage being viewed?
How to determie if a given machine has a math coprocessor?
what are Safe Mode and VGA mode?
How to use the InterBase Express (IBX) SQL monitor?
How to Copy a information from one memo field to another using TBlobStream ?