any way to get powerpoint events which firing before transition(next slide)

  • Thread starter Thread starter hellokareem
  • Start date Start date
H

hellokareem

anybody know how get powerpoint event before nextslide(nextslide event
only getting after reach nextslide)
 
The event trigger for next slide fires after the next slide event. There is
no before next slide event.

If this is absolutely required, you could try trapping keyboard and mouse
events on the system level.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
yahoo2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 
thanks for replay ..,i tried and fedup with system level
trapping,because counting custom animation(all version of PP) ,sending
message to 'powerpoint paneclass window' etc.. all are giving
inconsistancy result..that is why i asked this q..(reverse travel also
problem)..
IF f any particaular message sending by powerpoint
(internally)..(there is one chance there i think so)..that will very
useful ..because no need cound animation and all...
 
The PowerPoint Object Model does not reveal the animation timeline
positioning. To get reliable position on the timeline, this would be
required. I don't think it can be done with just counting.

--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
yahoo2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 
actually i want to full controll of powerpoint events,i am doing this
way
1.set lowlevel mouse and keyboard hook
2 After getting every event just decrementing custom animation count
,if nozero post to powerpoint,otherwise i am doing my work which i
want to just before nextslide event after that posting to powerpoint..

problem facing
rightclick and popup menu and navigation
reverse travell inconsistancy as well as some time powerpoint not
responding my postmessages





Do u think this way i can go head?hoping valuble advice..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top