We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
VBscript keycodes; this is how to figure them out.
Topic Started: Mar 29 2005, 07:06 PM (3,289 Views)
Crane Moon
Member
[ * ]
Code: HTML
 
<BODY id=pogo>
<script language='VBScript'>
function pogo_onkeypress
keyval.value = window.event.keyCode
end function
</script>
<INPUT id=keyval name=text1 readonly>
</BODY>

It's a simple code you can use to figure out visual basic keycodes. To use it, just press a key and the keycode will appear in a textbox. :D
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Technology Chat · Next Topic »
Add Reply