LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Get Icon Window Handle from CVI bitmap id

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


0 Kudos
Message 1 of 1
(2,753 Views)