PDA

View Full Version : Are you a Delphi Programer??


Seb
04-07-2003, 16:37
Are there any Delphi programers out there, because i have to do an assignement and am struggling a little. I just wondered if there would be any one around that could offer some help/advice to me.

altis
04-07-2003, 16:42
I do... a bit. So don't ask me any difficult questions :p

Seb
04-07-2003, 16:46
Ok what it is is that i have to make hangman (yes i know, not the most entertaining program) and i just want to know how to check if a letter input by the user is in the word you have to guess.

I am using buttons as inputs for each letter, so am therefore using the (Sender as Tbutton) to make a generic procedure for all the buttons. Any suggestions? If you need more info PM me and i will be happy to talk in more detail with you

altis
04-07-2003, 17:20
I've never taken any notice of Sender before so I've no idea how you might use it to determine the letter. I'd probably use an edit field to enter the letter and then a 'go' button. Sorry - not much help, I know.

Is this any good:
http://www.delphiforfun.org/Programs/Hangman1.htm

Seb
04-07-2003, 17:22
Nah no worries, i'll check out that link and let you know. Thanks for ya help!