I don't like the DevCpp (4990) icons. For example the Run/Debug etc. icons. I would like to change them.
Where are these resources located and wich tools do I need to modify them?
Thank you all,
Val
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The image lists can be found in the DataMod unit (source\datamod.pas and .dfm). This would need a recompile of Dev-C++ of course.
However Dev-C++ has theme support, by creating a bitmap in the Themes directory. Contact me by email if you want an example of doing so (haiku@bloodshed.net)
Greetings,
Colin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't like the DevCpp (4990) icons. For example the Run/Debug etc. icons. I would like to change them.
Where are these resources located and wich tools do I need to modify them?
Thank you all,
Val
they're compiled in the exe. I saw some icon extraction tools, I'm not sure you can modify them
Yes you are right. But where the heck are the menu/toolbar icons in the exe? I can't seem to find them.
Hello,
The image lists can be found in the DataMod unit (source\datamod.pas and .dfm). This would need a recompile of Dev-C++ of course.
However Dev-C++ has theme support, by creating a bitmap in the Themes directory. Contact me by email if you want an example of doing so (haiku@bloodshed.net)
Greetings,
Colin
done.