The ico-format seems pretty clear, i suspect i can save the bits to a separate file but i am not sure it will load.
any idea to show such icons properly?
any idea to show such icons properly?
Local hDC As Long Local lpImage As Long lpImage = VD_GDIPlus_LoadFromFile( "c:\App004.png" ) hDC = GetDC( nCbHndl ) VD_GDIPlus_DrawImageToDC( hDC, lpImage, 10, 10, 0, 0 ) VD_GDIPlus_DisposeImage( lpImage ): lpImage = 0 ReleaseDC( nCbHndl, hDC )
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment