Is there a method or function to get the windows icon handle when the CVi
bitmap id is known?
ex:
{
int bMapId;
HICON hIcon;
GetBitmapFromFile ("file.ico", &bMapId);
GetBitmapAttribute ( bMapId, ATTR_SYSTEM_ICON_HANDLE, &hIcon); //??
}
Best regards
Jan