03-28-2022
04:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-28-2022
04:39 AM
That's exactly what I needed. Although it's hard to believe it needs that much stuff to just get an icon.
However, for this line:
'this call must be created, but is never used
Dim myCallback As New System.Drawing.Image.GetThumbnailImageAbort(AddressOf ThumbnailCallback)
I don't get any errors when I comment out that line, is it just a sort of fault correction in case the .ico files can't be accessed?
However, for this line:
'this call must be created, but is never used
Dim myCallback As New System.Drawing.Image.GetThumbnailImageAbort(AddressOf ThumbnailCallback)
I don't get any errors when I comment out that line, is it just a sort of fault correction in case the .ico files can't be accessed?