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
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