Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Basic General > Re: FreeBASIC 3...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 7 Topic 645 of 685
Post > Topic >>

Re: FreeBASIC 32-bit

by Jawade <Henk_Jawade@[EMAIL PROTECTED] > Jan 16, 2008 at 10:50 PM

In article <eK2dnbQpjKEx7RPanZ2dnUVZ_oDinZ2d@[EMAIL PROTECTED]
>, Stephen J. Rush
<sjrush@[EMAIL PROTECTED]
> 
says...
> On Wed, 16 Jan 2008 16:42:12 +0100, Jawade wrote:
> 
> > How can I detect the ****ft, Control and Alt key in FreeBASIC 32-bit?
> 
> The MultiKey(scancode) function re****ts the status of a given key.
> The scancodes you want are:
> 
> Control:     &h1D
> Left ****ft:  &h2A
> Right ****ft: &h36
> Alt:         &h38
> 
> Note that the function returns TRUE (-1) if the key is pressed,
otherwise 
> FALSE (0). I usually define those hex values as constants, to make the 
> code easier to read: CONST CtrlKey = &h1D...
> 
> This is all in the FreeBASIC manual.  You should have the file
FB-manual-
> chm-12.dec.2007.chm. In Linux, you need a CHM viewer to read it; which 
> one depends on your desktop environment.  In any of the Debian-family 
> distros, just do a Synaptic search on 'CHM viewer'.

I use Windows. Thanks for your answer, I'm busy now with a combination
from a regular key with Ctrl/****ft/Alt. But it's all clear now.

-- 
Met vriendelijke groeten, Jawade.             Weer veel vernieuwd!
http://jawade.nl/
Met een mirror op http://jawade.fortunecity.com/
Bootmanager (+Vista), ClrMBR, DiskEditors, POP3lezer, Filebrowser,
Kalender, Webtellers en IP-log, Linux-Diskeditor, USB-stick tester
 




 7 Posts in Topic:
FreeBASIC 32-bit
Jawade <Henk_Jawade@[E  2008-01-16 16:42:12 
Re: FreeBASIC 32-bit
"Stephen J. Rush&quo  2008-01-16 15:01:32 
Re: FreeBASIC 32-bit
Jawade <Henk_Jawade@[E  2008-01-16 22:50:03 
Re: FreeBASIC 32-bit
Jawade <Henk_Jawade@[E  2008-01-16 22:57:39 
Re: FreeBASIC 32-bit
"Stephen J. Rush&quo  2008-01-17 01:42:41 
Re: FreeBASIC 32-bit
Jawade <Henk_Jawade@[E  2008-01-17 19:41:04 
Re: FreeBASIC 32-bit
Jawade <Henk_Jawade@[E  2008-01-17 21:57:07 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Oct 15 19:21:30 CDT 2008.