Board index » delphi » The keys "-"/"+"/"*"
Olaf.Uebersch...@t-online.de (Olaf Uebersch?r)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
Olaf.Uebersch...@t-online.de (Olaf Uebersch?r)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
The keys "-"/"+"/"*"
Hi everyone,
I need to tell the +/-/*-keys on the number block (NumLock) from the Please contact me if you have. Olaf (Olaf.Uebersch...@t-online.de) |
Osmo Ronkan
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:The keys "-"/"+"/"*"In article <6trffi$it...@news01.btx.dtag.de>, QuoteOlaf Uebersch?r <Olaf.Uebersch...@t-online.de> wrote: using them. You need to use int 16h directly. Interrupt List, part 3 of 10 And then for computers with enhanced keyboard support: --------B-1610------------------------------- Experiment with these to find out the scan codes. The difference is in the Osmo |
R.E.Dona
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:The keys "-"/"+"/"*"QuoteOlaf.Uebersch...@t-online.de (Olaf Uebersch?r) wrote: ReadKey function returns a word w/ the scan code in the high byte and the ascii character in the low byte. The unit also contains definitions which includes PADplus and PADminus. Rather than KeyPressed, the unit contains an Inkey function that returns TRUE if a key is pending and FALSE otherwise. The pending key is available in a global word TC and shift status at the time keyboard was tested is available in TS. ReadKey also updates TC and TS for the returned key. I used to place this unit after CRT in the uses clause which would FWIW, there are three ways to generate either key. Any key with a TC = $4E2B = KeyPad + Unit is compatible with TP 4.0 through 7.0. Archive contains all ...red |
2. How to initialize "Text"-Property without raising "OnChange"-event
3. How to initialize a "Text"-property without raising an "OnChange"-event
5. Question about "TBandForm","TDeskBandInfo"?
6. ActiveX Key stroke "backspace", "up", "down" etc....
7. "wizards", "gurus", "anybody" Please help me
8. "double" types with "<", ">" etc won't work