Click to view attachment [strike]In the final steps of modding shell32.dll, these instructions have me slightly confused:[/strike] Is this true?[/strike]... I wanted to include \n (newline) characters in my shell icon InfoTips. That is, I wanted to enter them using my custom
regedit merge file. (I could manually paste them via regedit, but that's a pain). As far as I can tell, the only way to input x0D values would be using a hex string.
Here is a worksheet (Excel 2000) to generate a list of comma-separated hex values when you enter a text string. The tilde character is used to force line breaks. The following (including continuations) was made using the worksheet:
CODE
; Firefox (default) ~~* right-click for *~* context menu *
"InfoTip"=hex(2):20,00,46,00,69,00,72,00,65,00,66,00,6F,00,78,00,20,00,28,00,\
64,00,65,00,66,00,61,00,75,00,6C,00,74,00,29,00,20,00,0D,00,0D,00,2A,00,\
20,00,20,00,72,00,69,00,67,00,68,00,74,00,2D,00,63,00,6C,00,69,00,63,00,\
6B,00,20,00,66,00,6F,00,72,00,20,00,20,00,20,00,2A,00,0D,00,2A,00,20,00,\
20,00,63,00,6F,00,6E,00,74,00,65,00,78,00,74,00,20,00,6D,00,65,00,6E,00,\
75,00,20,00,20,00,2A,00