Newbie: Binding a PictureBox

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hello,

I have bound (obviously synchronised) two lists that get populated by two
different fields from the same table. That's fine and working OK.
I have added a PictureBox that is supposed to display a jpg whose *path* is
stored in another field of the same table.

However I cannot seem to find a way to dynamically update the picture shown.
I can cheat and create a label or something, bind its text from the picture
field and THEN go and update the picture shown.

Is there a neater way?

TIA
-steve
 
How about Event Changed, I think that namespace property/command will do it
for you......

~Charlie
 

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

Back
Top