PDA

View Full Version : Load Event



dumitra
06-09-2010, 11:19 PM
Hi,
I am creating some school exercises in VBA.
The problem is that the answers that were given earlier are shown when the exercise is reopened.
There is no load or unload event to work with.
If the user clicks on the button with the answers before closing, things can be made a liitle better.
But if they simply close the game, the old answers are still there
Thanks

John Wilson
06-10-2010, 01:33 AM
Which version?

In 2007/2010 it is possible to use xml "onload" to run a macro to clear the answers, in earlier versions this can only really be done via an addin.

You might consider having a "START" button which clears the answers and goes to the start slide.