M
Mark
Hi
I'm using vb.Net in VS2005 and want to extract the icon for file refence
records.
I saw an example a while back that searched the registry for the default
icon etc. It was a little long winded.
I have since discovered "Drawing.Icon.ExtractAssociatedIcon" which can do
the same job in one line of code.
My question then is... which is quicker, is "ExtractAssociatedIcon" simply
the old method wrapped up?
Thanks in advance
Mark
I'm using vb.Net in VS2005 and want to extract the icon for file refence
records.
I saw an example a while back that searched the registry for the default
icon etc. It was a little long winded.
I have since discovered "Drawing.Icon.ExtractAssociatedIcon" which can do
the same job in one line of code.
My question then is... which is quicker, is "ExtractAssociatedIcon" simply
the old method wrapped up?
Thanks in advance
Mark