| View previous topic :: View next topic |
| Author |
Message |
inanetreasure Member
Joined: 20 Oct 2003 Posts: 1 Location: Good Ol' England
|
Posted: 20/10/03 17:07 Post subject: Edit Boxes & Buttons... |
|
|
Ok here goes. I just recently started to use delphi 7 at college i downloaded it and now im using it at home, and i have been trying to figure out this:
I want to have a Edit Box in an application and a button next to it, i then ask the user to spell something and type it in the Edit Box and then click the button, if they spelled it correctly a ShowMessage appears with 'Conratulations' on with an option to carry on or try again and if they get it wrong a ShowMessage appears asking them to 'Try Again'.
I would appreciate it if anyone could help me out on this. If this is not possible just say so:)
Thanks all. _________________ R.Willywoo |
|
| Back to top |
|
 |
Johnny_Bit Junior Member
Joined: 15 Jun 2003 Posts: 98
|
Posted: 22/10/03 16:52 Post subject: |
|
|
hmm.. I don't understand you. You want to write program that plays wave with text and check if user good wrote it or wrote it and then check if user spell it correctly?
1st is very easy, but 2nd is more difficult than you think |
|
| Back to top |
|
 |
pcman Member
Joined: 19 Sep 2003 Posts: 18
|
Posted: 24/10/03 04:04 Post subject: |
|
|
| Quote: | | i then ask the user to spell something |
Are you going to ask the user personally or the computer program is goint to do the asking?
If the answer is the program then how many words the program is going to ask (you may need a database or a simple array) ? and how are you going to ask the user, e.g. How do you spell 'Hello'? (the answer is in the question!) or are you going to show him a Wrong spelling then he corrects it? or are you going to use Voice in the program ?
 |
|
| Back to top |
|
 |
|