|
Re: Visual Basic 2008 - Help with Flow of program
I can't find a problem within your code,
i have two questions though:
1) do you use the procedure PictureBox1_Click to handle all the picture boxes' click event?
2) does the timekiller event run a loop or use an interval? you'd be better to be linking the function with time so that it doesn't rely on the cpu's speed to slow the appication... I assume timekiller() should link to a "Timer" object... If you don't understand me then you'll have to google (because my knowledge of VB is not great enough to help you out.
Cheers,
Jamey
|