shb777 Active Member Licensed User Longtime User Mar 15, 2017 #1 I'm writing a slideshow, and when it tries to display a defective image, it crashes the program. I want to know how to have it raise and handle an exception, so I can just go onto the next image and keep the slideshow running.
I'm writing a slideshow, and when it tries to display a defective image, it crashes the program. I want to know how to have it raise and handle an exception, so I can just go onto the next image and keep the slideshow running.
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2017 #2 B4X: Try LoadBitmap(...) Catch Log("Error loading bitmap") End Try Upvote 0