progressbar

  • Thread starter Thread starter zzz m.sh.
  • Start date Start date
Z

zzz m.sh.

Hi

I have a presentation form, for question and its answer,
that must run after times set by users.
for this idea i put a slidercontrol that work properly.
(form timerinterval=40000 or ...)
but i need the progressbar to indicate passage time (in second)
to students, base on variable time that user will set by slider.

pardon me for uncorrect spell or grammar.
I am from iran-shiraz.

Thanks a lot.
 
Look into the API function timeGetTime. This is more accurate the the Timer
function in Access. The API "returns the number o milliseconds that have
passed since Windows started" rather than the timer function as it "measures
time in seconds since midnight in a single-precision floating-point value
and is not terribly accurate".
Quoted from book: Access 2000 Developer's Handbook.
 
Back
Top