Hi,
why do you save resources properties in hexadecimal ?
By example instead of STYLE DS_CENTER | WS_MINIMIZEBOX | WS_CAPTION | WS_SYSMENU
we will have 0x15000010, something like that in .rc files generated. It is very unconvenient to modify them manually :s
All the other IDE record resources properties like the 1st example.
And why can't we see a .bmp image inserted in a IDC_IMG control? And moreover it accepts .ico files only...
Hi Off
The only reason is simplicity coding it.
KetilO