On 9 Feb, 00:37, "Herfried K. Wagner [MVP]" <hirf-spam-me-h...@gmx.at>
wrote:
> "James Arnold" <jar...@gmail.com> schrieb:
>
> >I am building a program which requires the selection of a certain icon
> > format specified by the user. For example, they open "Test.ico" which
> > contains 16x16, 24x24 and 32x32 icon sizes. How is it possible in
> > VB.NET to see which formats are contained by an .ico file, and how to
> > extract them?
>
> Access multiple icons in a single icon file
> <URL:http://www.codeproject.com/dotnet/MultiIcon.asp>
>
> .NET Icon Explorer
> <URL:http://vbaccelerator.com/article.asp?idE67>
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Many thanks - exactly what I needed!
|