I've tried to look at Boolean arrays...but I don't seem to be able to do this ....
Actually what I'm trying to build is ultimately is a image grading quiz. On my form there is a set of images numbered 1 to 5 (corresponding to a range of normal to severely normal reference images). In a picturebox random images will be presented every 60 seconds. Within the 60 seconds the user will be asked to grade the randomised image. The random image number and the user response needs to be saved in an excel file. The excel file will be sent back to me. I will ask users to repeat this exercise 4 weeks later to look for repeatability of the reference scales. Ultimately I'd like the random images to be working through the timer control....trying to so this one step at a time so I understand it.
Button Click Dim intPic As Integer Dim rand as New Random IntPic=rand.Next(0, Imagelist1.Images.Count PictureBox1.Image= Imagelist1.Images(intPic)

New Topic/Question
Reply




MultiQuote







|