I want to create an Image Organizer project in codeblocks (may be using wxWidgets). There will be two parts. In the main program we can browse image folder and it will create thumbnails of the images which can be selected (like check box). After selecting the images when proceed it will generate an exe with the thumbnails encrypted (may be in a db file). When someone runs that newly generated exe it shows the thumbnails of the selected images, where one can choose any of those and generate a CSV file of his selection. In the main program that CSV file can be imported and then the program copies those files to a new folder automatically.Could any one have any idea to do that? Or refer to any project samples similar to that.