Hi,
Well, what do you want from the icon? In windows, it is normal to get a icon
handle. That's easy. If you want the actual pixels, it's not that easy. To
do this you have to create a DIB session, and use GetDIBits to copy the icon
to a buffer. GetDIBits is not easy... I think I have don this once...
Perhaps I can find it, but it's not very likely...
Sorry, it's not very basic, so there is no basic example...
Regards,
Wiebe.
Btw. Use ExtractAssociatedIcon. to get an associated icon...
"aduley" wrote in message
news:506500000005000000C79B0100-1079395200000@exchange.ni.com...
> Would you happen to have a basic example using the api? Thanks