Zexor
Well-known member
- Joined
- Nov 28, 2008
- Messages
- 520
- Programming Experience
- 3-5
I have a bunch of pictureboxes and i set all their .imagelocation to Urls. So the images will load when it is in view when i scroll to them. Can i trigger a specific picturebox to load the image before its in view? Do i just do a .LoadAsync(.imagelocation) ? Or is there a command to trigger the loading. Also can you check if the picturebox is loading something?
I am trying to preload the picturebox when i am almost scrolled to it.
What happen if you call .LoadAsync on a picturebox that is already loading something?
Right now i am just calling the picturebox.loadasync(picturebox.imagelocation) if picturebox.image is nothing
I am trying to preload the picturebox when i am almost scrolled to it.
What happen if you call .LoadAsync on a picturebox that is already loading something?
Right now i am just calling the picturebox.loadasync(picturebox.imagelocation) if picturebox.image is nothing
Last edited: