c# - Loop images in PictureBox -
i'm learning c# , i'm trying create basic application visual studio.
one of things want accomplish download several weather maps net , create loop them (show 1 after other after sorting them chronologically) can see how weather changes on time.
downloading images quite simple, can't decide what's best approach (or @ to the lowest degree common) show them 1 after other.
should have 1 single picturebox , alter it's image on time?
should have several pictureboxes 1 on top of each other , create them appear , dissapear on time?
any other approach recommend?
also... when tried changing image loop effect i'm looking (sleeping app after each alter second), app takes 10 seconds start (the whole loop) , can see lastly image in picturebox.
this has app beingness busy , not refreshing form.
after googling bit saw add together backgroundworker... correct? should go downwards path or missing completely?
would able give me few clues on how approach application? don't need see code.
as can see i'm origin code in visual studio , trying larn trial , error, i'm looking bit of guidance.
thanks lot help!
there nice tutorial called a simple image slide show
this should solve problem
c#
No comments:
Post a Comment