B
Brian Basquille
Hey there all,
Fairly easy question for a C# expert, i assume! Am still working on my Photo
Album.
On frmBrowsePhotos, i have a listBox (photosList) containing photoID's from
a table in an Access Database. I click 'Add Photo' on that form and after
the OpenFileDialog (etc.), it asks me to save some information about the
photo (caption etc.) on a new form (frmAddPhotoInfo) opened up in front of
the previous (frmBrowsePhotos).
On frmAddPhotoInfo, when i hit the OK button to confirm the new photo and
it's information - i want the ListBox to be refreshed in the background to
display the new photoID.
Basically, i want to refresh that form (frmBrowsePhotos) and / or repopulate
that ListBox (listPhotos)?
Many thanks in advance.
Brian
Fairly easy question for a C# expert, i assume! Am still working on my Photo
Album.
On frmBrowsePhotos, i have a listBox (photosList) containing photoID's from
a table in an Access Database. I click 'Add Photo' on that form and after
the OpenFileDialog (etc.), it asks me to save some information about the
photo (caption etc.) on a new form (frmAddPhotoInfo) opened up in front of
the previous (frmBrowsePhotos).
On frmAddPhotoInfo, when i hit the OK button to confirm the new photo and
it's information - i want the ListBox to be refreshed in the background to
display the new photoID.
Basically, i want to refresh that form (frmBrowsePhotos) and / or repopulate
that ListBox (listPhotos)?
Many thanks in advance.
Brian