> How can I programically set the HOME environment
> variable in VEE? I use VEE 6.03.
Well if you can find some kind of interface to SetEnvironmentVariable then
good, but if not you can always find it in kernel32:
int __stdcall SetEnvironmentVariableA(char *pName, char *pValue);
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> variable in VEE? I use VEE 6.03.
Well if you can find some kind of interface to SetEnvironmentVariable then
good, but if not you can always find it in kernel32:
int __stdcall SetEnvironmentVariableA(char *pName, char *pValue);
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
I need to be able to detect a keypress on the keyboard (i.e. any key) - happy to use a windows API dll (just struggling with which function to use)....
Any ideas?
Thanks
Andy
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".