[DUG]: Keys

2003-03-29 Thread Ross Levis
Now I would like to detect if the Ctrl or Shift key is down at the time of the drop. Any ideas? Thanks, Ross. --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website:

Re: [DUG]: Registry entries under NT,XP

2003-03-29 Thread Rohit Gupta
We have always used ini files - more flexible, more transportable and they work on any platform. :-) Paul Lowman wrote: Can anyone enlighten me as to the best approach to the following problem: An application is used be several users on an XP machine and needs to keep both user specific

[DUG]: Re: Keys

2003-03-29 Thread Ross Levis
It's OK. I found the GetKeyState Win32 API call. Ross. Ross Levis wrote: Now I would like to detect if the Ctrl or Shift key is down at the time of the drop. Any ideas? Thanks, Ross. --- New Zealand Delphi Users

[DUG]: Registry entries under NT,XP

2003-03-29 Thread Alistair George
Agreed. I use INI also, it has an added benefit to those that understand the INI files are easily viewed, changed and they dont leave that feeling of 'whats going on in my registry' that registry files have. Friday, March 28, 2003, 9:16:21 PM, you wrote: RG We have always used ini files - more