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 :)
I have not done Boggle in VB, but I have done VB. What are you having trouble with?
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?
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
Join our real-time social learning platform and learn together with your friends!