Ask your own question, for FREE!
Computer Science 17 Online
OpenStudy (anonymous):

Hey, I have to write a program of boggle on visual basic! If anyone has done this before please feel welcome to talk to me :)

OpenStudy (e.mccormick):

I have not done Boggle in VB, but I have done VB. What are you having trouble with?

OpenStudy (anonymous):

Basically i need to make a function that checks if a certain word that is entered is valid in a n external dictionary file. I dont know how to incorporate this?

OpenStudy (e.mccormick):

Have you been through file i/o yet? A simple read of a text file is not too hard. You loop through it until you hit the end of file. The file class: http://msdn.microsoft.com/en-us/library/system.io.filestream.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1 An example with a text file: http://msdn.microsoft.com/en-us/library/db5x7c0d.aspx

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!