hello i am new in C#. i'm having problems with my program. i use picturebox to call the .gif image i save the .gif to loop once, but when i call the .gif image in picturebox the loop didn't stop. so i am wondering if there are any way to loop it once using timer.. or if you know how to loop it once please let me know.. thank you in advance..i hope you can help me..
@nHaztiEh
Many ways to do this, easiest:
Make a one time condition statement.
For example set an inital variable to zero, then on the first loop increment it,and if your variable is not equal to zero... disable your timer.
Hope that helped.
musicgu7 1 year ago
ohh..btw nevermind hehehe..XD
i know now what to do..
nHaztiEh 2 years ago
hello i am new in C#. i'm having problems with my program. i use picturebox to call the .gif image i save the .gif to loop once, but when i call the .gif image in picturebox the loop didn't stop. so i am wondering if there are any way to loop it once using timer.. or if you know how to loop it once please let me know.. thank you in advance..i hope you can help me..
nHaztiEh 2 years ago