From: George Lee on 6 Jan 2010 15:59 Can you trap the keyup or keydown events at the application level using VBA? if so, how is that done?
From: Chirag on 7 Jan 2010 10:27 You might want to subclass PowerPoint's main window and see if the messages that you get are the ones you want to handle. An example of how to subclass PowerPoint's main window is available at http://officeone.mvps.org/vba/subclass_powerpoint.html - Chirag PowerShow - View multiple PowerPoint slide shows simultaneously http://officeone.mvps.org/powershow/powershow.html "George Lee" <GeorgeLee(a)discussions.microsoft.com> wrote in message news:5A9F9608-80E3-45D4-9302-2444FB237395(a)microsoft.com... > Can you trap the keyup or keydown events at the application level using > VBA? > if so, how is that done?
From: Steve Rindsberg on 7 Jan 2010 12:37 In article <5A9F9608-80E3-45D4-9302-2444FB237395(a)microsoft.com>, George Lee wrote: > Can you trap the keyup or keydown events at the application level using VBA? > if so, how is that done? Unless there's some way of doing it via the Windows API (and there may well be), no. VBA doesn't offer any support for this. ============================== PPT Frequently Asked Questions http://www.pptfaq.com/ PPTools add-ins for PowerPoint http://www.pptools.com/
From: George Lee on 7 Jan 2010 14:14 Did Microsoft ever explain why they did away with the user-customized key mapping in PowerPoint? "Steve Rindsberg" wrote: > In article <5A9F9608-80E3-45D4-9302-2444FB237395(a)microsoft.com>, George Lee > wrote: > > Can you trap the keyup or keydown events at the application level using VBA? > > if so, how is that done? > > Unless there's some way of doing it via the Windows API (and there may well > be), no. VBA doesn't offer any support for this. > > > ============================== > PPT Frequently Asked Questions > http://www.pptfaq.com/ > > PPTools add-ins for PowerPoint > http://www.pptools.com/ > > > . >
From: George Lee on 8 Jan 2010 10:13 This is very clever. Thanks. It did solve another problem I was working on. "Chirag" wrote: > You might want to subclass PowerPoint's main window and see if the messages > that you get are the ones you want to handle. An example of how to subclass > PowerPoint's main window is available at > http://officeone.mvps.org/vba/subclass_powerpoint.html > > - Chirag > > PowerShow - View multiple PowerPoint slide shows simultaneously > http://officeone.mvps.org/powershow/powershow.html > > "George Lee" <GeorgeLee(a)discussions.microsoft.com> wrote in message > news:5A9F9608-80E3-45D4-9302-2444FB237395(a)microsoft.com... > > Can you trap the keyup or keydown events at the application level using > > VBA? > > if so, how is that done? > > . >
|
Next
|
Last
Pages: 1 2 Prev: Advice or consultation on improving Presentation (for fee?) Next: Anti-aliased Equations |