Hello,
How can I check if a PictureBox has a image loaded or not inside of it?
I already tryed to use
If Picture1.Picture = LoadPicture("") Then...
and
If Picture1.Picture is Nothing Then...
but it didn't work.
Any ideas of how to solve this?
Thanks a lot.
Michel Jr.


Reply With Quote
