What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Get ascii character from virtual key code

Get ascii character from virtual key code
Author: Message:
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
O.P. RE: RE: RE: RE: Get ascii character from virtual key code
quote:
Originally posted by CookieRevised
quote:
Originally posted by deAd
I think I have fixed the problem by comparing the key code with the result of VkKeyScanW and the character's ASCII code :)
No...

And since you speak of "the character's ASCII code", it means that this special key of yours might just be a shortcut of another standard existing key. So, use that one instead.

quote:
Originally posted by deAd
EDIT: and it's not a very uncommon key.... I'm fairly certain almost all keyboards have it, as it's used within plus! as well :P
tbh, very very doubtfull.

-------

What is the key and what is it supposed todo in Plus!?

The key is VK_OEM_4 (0xDB) on US keyboards, which is ASCII 91 (0x5B), or "[". It may not be parsed when it is typed as in the script, but it is used for tags within plus!, and many other projects, so it must be common to be on keyboards.

Why would using VkKeyScanW not work? I provide it with a static ASCII code which never changes (91, or 0x5B) and it provides me with its virtual key code (in my case, VK_OEM_4 or 0xDB). It's then compared to the pressed key code so it should work on all systems that have "[" as one of the keys...

I do not think it's a "shortcut" for another existing key, because MSDN labels only VK_OEM_4 as "[", and the ChatWndEditKeyDown function provides a virtual key code and not an ASCII one...

This post was edited on 01-15-2007 at 10:49 PM by deAd.
01-15-2007 10:48 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Get ascii character from virtual key code - by deAd on 01-15-2007 at 08:18 PM
RE: Get ascii character from virtual key code - by matty on 01-15-2007 at 08:45 PM
RE: Get ascii character from virtual key code - by deAd on 01-15-2007 at 08:47 PM
RE: Get ascii character from virtual key code - by CookieRevised on 01-15-2007 at 09:00 PM
RE: Get ascii character from virtual key code - by deAd on 01-15-2007 at 09:07 PM
RE: Get ascii character from virtual key code - by CookieRevised on 01-15-2007 at 09:10 PM
RE: Get ascii character from virtual key code - by deAd on 01-15-2007 at 09:26 PM
RE: Get ascii character from virtual key code - by CookieRevised on 01-15-2007 at 09:43 PM
RE: RE: Get ascii character from virtual key code - by deAd on 01-15-2007 at 09:44 PM
RE: RE: RE: Get ascii character from virtual key code - by CookieRevised on 01-15-2007 at 10:01 PM
RE: RE: RE: RE: Get ascii character from virtual key code - by deAd on 01-15-2007 at 10:48 PM
RE: Get ascii character from virtual key code - by CookieRevised on 01-17-2007 at 09:00 AM
RE: Get ascii character from virtual key code - by deAd on 01-17-2007 at 11:13 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On