Re: Accessing Alt & Ctrl Keys in 32 Bit Dos Applications
- From: "Pavel A." <pavel_a@xxxxxxxxxxxxxxx>
- Date: Tue, 18 Oct 2005 15:05:44 +0300
What is 32-bit DOS - a DOS extender?
Then, under which OS?
--PA
"Michael R. Copeland" <mrc2323@xxxxxxx> wrote in message news:MPG.1dbe1dab5d28dde09896b0@xxxxxxxxxxxxxxxxxxxx
> I'm developing a group of 32 Bit DOS applications (I'm unable to
> develop Windows applications), and I need to access all kinds of
> keyboard input. So far, I can get most keys, but I'm unable to get the
> Alt & Ctrl keys. Here's what I'm doing:
> char_var = getch();
> if (char_var == '\0') // special or extended key
> char_var = getch(); // fetch scancode
> The MSDN documentation seems to indicate that the Alt/Ctrl keys can't
> be accessed this way (and they sure don't...), but I can't find any way
> to get them. Since many applications can, I'd like to know how. Any
> help? TIA
.
- Follow-Ups:
- Re: Accessing Alt & Ctrl Keys in 32 Bit Dos Applications
- From: Brian Muth
- Re: Accessing Alt & Ctrl Keys in 32 Bit Dos Applications
- References:
- Accessing Alt & Ctrl Keys in 32 Bit Dos Applications
- From: Michael R. Copeland
- Accessing Alt & Ctrl Keys in 32 Bit Dos Applications
- Prev by Date: Re: difference betweenn _stat and _wstat
- Next by Date: Re: bug report with optimizer in vc++ 2003
- Previous by thread: Re: Accessing Alt & Ctrl Keys in 32 Bit Dos Applications
- Next by thread: Re: Accessing Alt & Ctrl Keys in 32 Bit Dos Applications
- Index(es):
Relevant Pages
|