Ok, what i plan to do is to make a Who Wants To Be A Millionaire game. the questions are loaded into a database, along with there ID number, possible answers and correct answer. What i want to do is use Visual Basic 2005 to create the program. The Database is already loaded into VB. the two files in resources are DBMoney.mdb and DBMoneyDataSet.xsd i want to run a query inside VB that will bring up the question in a label, and the 4 possible questions in 4 separate buttons. When one of the box's is clicked, the text in the button is checked with the correct answer. Is this even possible? and if so, any hints on how i can go about achieving this?
Thanks, Chris =)
Tags: