Hello! :)
i need to make something that change the image inside a picturebox every 1000 milisec for a 6 pictures (for example), so i search about a function that can hold the code for this time and i found Thread.Sleep(1000) (after use the "using.Threading" ofcourse)
so i put that function after each time the picturebox change the image inside it but something wierd happened...
when the program running and got to the part that it need to move between the 6 images with 1000 milisec between then it just do it fast and got to the last picture and then hold the time for 1000 X 6 milisec...
i guess its because its on another threads (for what i understand that threads are...)... i think... i dont know how to fix that
please help!
thanks :)