Databinding: Pictureboxes to ImageList

  • Thread starter Thread starter herbert
  • Start date Start date
H

herbert

I have an array of WinForms pictureboxes (same size...), an Imagelist holding
filenames of pcitures and four VCR-like buttons for navigation: last, prev.,
next, last.

Is there a way to set up databinding so that all pictureboxes are updated
when clicking the buttons?

thank you very much, herbert
 
This should become a poor man's carousel control. The n pictureboxes show n
out of m pictures from the list.
 

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