VB Code:
Picture1.Cls
..isn't working. Is there a property of my picture box that is not set right?
Printable View
VB Code:
Picture1.Cls
..isn't working. Is there a property of my picture box that is not set right?
Picture1.Picture = LoadPicture("")
VB Code:
Picture1.Picture = LoadPicture()
The ("") is not necessary...