Re: Capture ALL movements...event?
- From: Brenda <Brenda@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 9 Feb 2006 15:04:27 -0800
To me, I could care less about the status bar, but my boss is admit about
having it display for our users. Ideally, I wish it would work in IE. I
guess I'll just have to deal with the WindowSelectionChange the best I can.
Thanks!
--
Brenda
"Tony Jollans" wrote:
No. There just simply isn't an event which fires off every keystroke..
It might, theoretically, be possible to assign every keystroke to a macro
and perform some appropriate action, but it would be extremely difficult to
write and a hell of a perfomance hit and would probably still fail in some
cases (field updates, for example). Alternatively some low level APIs might
get you there.
For sure this won't be easy even if it's possible. Is the status bar that
important to you?
--
Enjoy,
Tony
"Brenda" <Brenda@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AC399026-856F-40F9-87E6-D6FB62407323@xxxxxxxxxxxxxxxx
Tonycursor(pointer)
They do you have something else that you use that works better?
--
Brenda
"Tony Jollans" wrote:
Yes, it is the closest - but still quite a long way off.
--
Enjoy,
Tony
"Jonathan West" <jwest@xxxxxxxx> wrote in message
news:u8NT3PaLGHA.3896@xxxxxxxxxxxxxxxxxxxxxxx
question
"Brenda" <Brenda@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1368F07C-B7EC-4862-A83E-9A1BDF6B89EE@xxxxxxxxxxxxxxxx
Currently I am trying to create my own StatusBar because the Word
StatusBar
doesn't display when you are using it with Internet Explorer. My
is
what event do you use to capture every movement of the
so
doesn'tI
can display the current line, section, column, etc...? I've tried
Me.SelectionChange but it only captures some of the movements. It
event.capture when I hit the Enter button, etc...
Any ideas? Thanks for your time!
The closest I think you can get to this is the WindowSelectionChange
The following article shows you how to write event procedures for
application-level events
Writing application event procedures
http://www.word.mvps.org/FAQs/MacrosVBA/AppClassEvents.htm
--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
- Follow-Ups:
- Re: Capture ALL movements...event?
- From: Tony Jollans
- Re: Capture ALL movements...event?
- From: Jezebel
- Re: Capture ALL movements...event?
- References:
- Re: Capture ALL movements...event?
- From: Jonathan West
- Re: Capture ALL movements...event?
- From: Tony Jollans
- Re: Capture ALL movements...event?
- From: Tony Jollans
- Re: Capture ALL movements...event?
- Prev by Date: As explained below
- Next by Date: Re: Using forms to collect information
- Previous by thread: Re: Capture ALL movements...event?
- Next by thread: Re: Capture ALL movements...event?
- Index(es):