Hi
I'm stuck in a great problem.
I've made a Tip of the day program and have made a skin feature. Users can switch between skins. By default I've given three skins. The format is:
Application Directory
...Skins Directory
......Sun Warm (Name of skin 1)
.........FILE:main.jpg (the background of the form)
.........FILE:nextbtn.jpg (Next Button)
.........FILE:exitbtn.jpg (Exit Button)
.........FILE:skin.ini (SKIN COLORS INFORMATION FILE)
This tree is same for other skins. and the filename is also the same in different folders. Now when I create the package of the program, i give files of first skin and then when I add the first file of second Skin it says: A file named 'main.jpg' has already been added. What should I do?
Thanks in Advance




Reply With Quote