Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send a keystroke to a hwnd window
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00889676
Message ID:
00890168
Views:
32
This message has been marked as a message which has helped to the initial question of the thread.
>I was doing searches on the internet for it along with the api and while I got hundreds of responses, none of them had a list that included the '~' character. Just does goes to show you that sometimes you can look all you want to no avail if you keep looking in the wrong place!
>
>Thanks again!

Tracy,

One more thought. If you're going to allow special characters, such as $, %, and & as a password. You might want to consider creating a meta-data table rather than hard coding the character's key code. The table would look something like this
CREATE TABLE Scancode (char c(1), scancode I, shift L)
With an index on the char field. This way you eliminate the characters that are illegal, and can write your code appropriately so that it's easier to maintain.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform