View Single Post
  #3 (permalink)  
Old 02-10-2008, 08:04 PM
klaus's Avatar
klaus klaus is offline
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Switzerland
Posts: 529
Awards Showcase
Beta Tester Competition Winner 
Total Awards: 2
Default

Hello Oran
I intend to use your idea for the images of the IconEditor.
But I have more than 50 images, and found it boring to enter all the names into the code.
So I took the liberty to add some functionalities to your code:
- load the filenames from a directory
- handle the files in a listbox remove, up, down
- make the DAT file
- read a DAT file and view the different images

I have added the new version with
- source code
- desktop exe file

Hope this complement will also help others.

Klaus
Switzerland

Update 2008. 02. 11 V1.2
Added a configuration for the file extension.

Update 2008. 02. 13 V1.3
Added Save list function, saves the last used list and loads it at the next start of the program.
Added insert (<) function, inserts a single file before the selected item in the list.

Update 2008 02. 13 V1.4
Added Add (+) function
Added compiled version for device

Update 2008 02 18 V1.5
Added a save function allowing to save images back into files

Update 2008 03 04 V1.6
Corrected an error in the Insert function

Update 2008 03 05 V1.7
Changed program name to 'ImEmB' , name too long on the device.
Added *.gif and *.png file types for embedding
Replaced some Buttons by ImageButtons with the images embedded in a file.
The look has changed a bit.

Update 2008 04 11 V1.8
In the Viewer the proram allows now to display 1, 4 or 9 images
Attached Images
File Type: jpg ImEmB1.jpg (20.7 KB, 40 views)
File Type: jpg ImEmB2.jpg (15.1 KB, 35 views)
File Type: jpg ImEmB3.jpg (12.3 KB, 25 views)
File Type: jpg ImEmB4.jpg (22.1 KB, 31 views)
Attached Files
File Type: zip ImEmBV1_8.zip (115.8 KB, 80 views)

Last edited by klaus : 04-11-2008 at 05:32 PM.
Reply With Quote