home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!uknet!edcastle!aisb!steve
- From: steve@cstr.ed.ac.uk (Steve Hiller)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Using the Windows 3.1 Timer
- Message-ID: <1992Nov10.095014.6998@aisb.ed.ac.uk>
- Date: 10 Nov 92 09:50:14 GMT
- Sender: news@aisb.ed.ac.uk (Network News Administrator)
- Organization: Centre for Speech Technology Research, Edinburgh University
- Lines: 9
-
- I have a Windows 3.1 program which conducts a test with the user.
- After the user answers a question, the system prints out CORRECT or
- INCORRECT and then pauses for a couple of secs before going onto the
- next question. I want my program to accept no input during the pause.
- The only way I have found to do this thus far is to use the function
- difftime() in a loop waiting for the correct time difference. Is there
- a so-called proper way of doing this in Windows?
-
- Thanks.
-