Re: VB6 - can I remap keys? - - CLARIFICATION
From: <\ (mudrat_detector_at_sbcglobal.net)
Date: 06/11/04
- Next message: Michael Culley: "Re: VB6 - can I remap keys? - - CLARIFICATION"
- Previous message: Larry Rebich: "Gantt OCX"
- In reply to: Jeff Johnson [MVP: VB]: "Re: VB6 - can I remap keys? - - CLARIFICATION"
- Next in thread: Michael Culley: "Re: VB6 - can I remap keys? - - CLARIFICATION"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Jun 2004 04:15:58 GMT
Jeff,
thanks for the point in the right direction. I will check it outwhen I get
a half a chance...
chris
"Jeff Johnson [MVP: VB]" <i.get@enough.spam> wrote in message
news:OFgOb1yTEHA.3768@TK2MSFTNGP11.phx.gbl...
>
> "<"}}>< <"}}>< <"}}><" <mudrat_detector@sbcglobal.net> wrote in message
> news:onOxc.5257$st.2050@newssvr23.news.prodigy.com...
>
> > However, in the past 20 years, I have redefined function keys to perform
> the
> > tasks I mentioned earlier in three seperate ways, none of which had
> anything
> > to do with a built in "macro" facility of AutoCAD. When DOS was the
only
> > option, ansi.sys and a batch file of ansi escape sequences did the job.
> In
> > the early days of Windows, recorder.exe did the job. And recently,
since
> > recorder.exe is no longer part of the Windows XP installation, I have
been
> > using a product called Macro Express [ www.macroexpress.com ].
>
> You need to look into the concept of keyboard hooks. Your program would
> monitor for function keys via the hook, determine if AutoCAD is the
> foreground application, and then stuff characters into the keyboard buffer
> via the keyboard_event() API function.
>
>
- Next message: Michael Culley: "Re: VB6 - can I remap keys? - - CLARIFICATION"
- Previous message: Larry Rebich: "Gantt OCX"
- In reply to: Jeff Johnson [MVP: VB]: "Re: VB6 - can I remap keys? - - CLARIFICATION"
- Next in thread: Michael Culley: "Re: VB6 - can I remap keys? - - CLARIFICATION"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|