Hi Jim, I was actually abit confused by your variable code in particular. If I wanted to declar a variable in VB6, I would usually write something like: "dim x as integer". How do you rmemeber your variable names? Also, I wasn't aware you could make subproceedures with the keywords public or private. I don't mean to criticize you Jim, it's just the little I've read and programmed is in a style slightly different than yours. Best Regards, Hayden
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jim Kitchen Sent: Thursday, April 08, 2010 4:41 AM To: Kevin Weispfennig Subject: Re: [Audyssey] The new game Battleboomer, Released! Hi Kevin, If you want to look at the code of a simple sample guess the number game, there is the file guessvb.zip on my free windows sapi5 text to speech games page. The VB6 code is documented so as to show what each line does. Just look at the guess.frm file. The actual code starts with the line that reads ' Sample guess the number game By Jim Kitchen HTH BFN Jim I like Visual Basic 6.0 because I can not C. [email protected] http://www.kitchensinc.net (440) 286-6920 Chardon Ohio USA --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected]. --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
