[REBOL] Re: system file icons

2004-03-29 Thread bry
as Icon is generally saved as a resource inside of a dll you can use the res protocol to access it: http://www.google.com/search? hl=en&ie=UTF-8&oe=UTF-8&q=res+protocol however using that from rebol is probably not doable. > > Hi Max, > > MOA> does anyone know how to get the images which are

[REBOL] Re: system file icons

2004-03-29 Thread Gregg Irwin
Hi Max, MOA> does anyone know how to get the images which are used for filetypes associations MOA> ? Under Windows you'd probably need COM access to get at the IExtractIcon interface in the Shell extension system. Since we can't do COM, that method is out. You might be able to do it another way,