View Single Post
Old 07-02-2008, 03:38 PM   #5 (permalink)
jamiemac2005
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Northampton, UK
Posts: 1,076
OS: Win Vista Home Premium & Ubuntu Hardy(8.04)


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
jamiemac2005 is offline   Reply With Quote