Binding the Image property of the picturebox to a another class.property

C

Cade Carvell

Hello,
I have a class that I have a public property on it for an Image. In
my class I change the image, different image etc. Anyway, Everythign
works fine for the first image. I an bind the image property of
picturebox to the class. But, when I change the image property of my
class, the Image of the picture box doesn't change. Shouldn't this
work. I thought that if you bound a control to a data source (Class),
that when it changed, the picture box should too.
Did I miss something, or isnt' this supposed to work this way?

Thanks,
Cade
 
J

Jeremy Cowles

Please post your binding code (the code that changes the picture would be
helpfull too)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top