In this program, we have designed a 5x5 boggle. Each time a player press the shake button, a different set of characters will appear. In order to do this, we use the randomize concept. This program generates an array of 26 characters and displays them on an array of 24 labels by using a For...Next loop. The interface is as shown below: - See more at: http://www.vbtutor.net/vb_sample/boggle.htm#sthash.CyBacned.dpuf