1. file types icons
- Posted by =?iso-8859-2?B?qWtvZGE=?= <tone.skoda at SIOL.NET> Jul 08, 2000
- 446 views
------=_NextPart_000_000E_01BFE8E6.4B9D8600 charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable how do i get icon of file type in windows? for .txt, .exw ... i know they are saved in registry, but is there any C function that gets = icon just by specifing extension, like this: icon=3DGetFileTypeIcon("txt"). or do i have to read registry myself? i dont think so... ------=_NextPart_000_000E_01BFE8E6.4B9D8600 charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-2" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>how do i get icon of file type in=20 windows?</FONT></DIV> <DIV><FONT face=3DArial size=3D2>for .txt, .exw ...</FONT></DIV> <DIV><FONT face=3DArial size=3D2>i know they are saved in registry, but = is there any=20 C function that gets icon just by specifing extension, like = this:</FONT></DIV> <DIV><FONT face=3DArial = <DIV><FONT face=3DArial size=3D2>or do i have to read registry myself? i = dont think=20 ------=_NextPart_000_000E_01BFE8E6.4B9D8600--
2. Re: file types icons
- Posted by "Darth Maul, aka Matt" <Uglyfish87 at HOTMAIL.COM> Jul 25, 2000
- 423 views
Unfortunately, yes, you do. And this might not sound too encouraging, but I still haven't been able to use the QueryValueExA(for reading registry values).