Using 24-bit png with alpha chanel in IE 6

Hello everybody. I use Html Executable 4.6. I’v compiled example attached to the topic as Interner-Explorer based application. I run it on Windows XP with IE 6 installed.

Example has 24-bit png with alpha-channel (transparency). IE6 does’t support it without “hacks”. I use hack based on DXImageTransform.Microsoft.AlphaImageLoader (
http://msdn.microsoft.com/en-us/library/ms532969(v=vs.85).aspx
). It works in standalone IE6 but doesn’t work in compiled application.

What’s the problem? Thanks for any help.

I saw that your sample contains an unusual file with HTC extension (iepngfix.htc). Be sure to add this HTC extension to the Content Filetypes list so that HTML Executable serves it to the IE engine. See http://www.htmlexe.com/help/contentprotection for further info.