Õpetused
Arendamise ja muude tegevuste õpetused.
Kuidas teisendada ikoone kursoriteks (ja vastupidi)
Icon to cursor
- Replace the file extension. For example, if the filename is example.ico, rename it to example.cur
- Open the file in a hex editor, such as HxD
- Select the value at offset 0x2, change the value from "1" to "2"
- Save the file
Cursor to icon
- Replace the file extension. For example, if the filename is example.cur, rename it to example.ico
- Open the file in a hex editor, such as HxD
- Select the value at offset 0x2, change the value from "2" to "1"
- Save the file