D
David Battams
Hi there,
Quick question about VC.Net forms.
The second I add a picture pox with associated image to my form, my app goes
off into the weeds in the form designer code at the line where it tries to
read the image resource from the resource manager.
It's a mixed mode app, and I quickly worked out I had to undefine GetObject
so the code would build, but the code now fails on the ResourceManager
GetObject call.
I've gotten around this temporarily by loading my resources from a file
using Image::FromFile to load my images, but I must be missing something
obvious here?
Regards,
David.
Quick question about VC.Net forms.
The second I add a picture pox with associated image to my form, my app goes
off into the weeds in the form designer code at the line where it tries to
read the image resource from the resource manager.
It's a mixed mode app, and I quickly worked out I had to undefine GetObject
so the code would build, but the code now fails on the ResourceManager
GetObject call.
I've gotten around this temporarily by loading my resources from a file
using Image::FromFile to load my images, but I must be missing something
obvious here?
Regards,
David.