I have looked through the forum and haven't really found a good answer.
I am working on a app that gives the user results from a selection dbcomboboxes. One of these results is a variety of pictures.
Now so far the only way for me to add a picture to the database is to use some database management program.
I am currently using c++builder 6.
What I would like to do, is when the user makes his/her selection, and if the results of the pictures isn't good enough OR if they want to change the picture, I would want them to click on the picture. And I was thinking of using the onclick on the dbimage to open a dialog for the user to find a picture and add it to the database overwriting any picture that was there, if there is one, and resize it to fit.
Is there a way to do this through C++builder 6?
