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

H

hellokareem

anybody know how get powerpoint event before nextslide(nextslide event
only getting after reach nextslide)
 
B

Bill Dilworth

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
..
 
H

hellokareem

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...
 
B

Bill Dilworth

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
..
 
H

hellokareem

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..
 
Top