How to access a Icons different sizes during runtime?

  • Thread starter Thread starter Walter Quirtmair
  • Start date Start date
W

Walter Quirtmair

Hello,
I have a simple Form with a PictureBox that I'm assigning a ico-File during
Design-Time.

Depending on SizeMode and current size it displays the correct Icon of size
16x16, 24x24, etc.

Now I need to access the Icon behind that PictureBox during runtime and
extract the different sizes 16x16, 24x24 etc. How can I do this?

Thanks,
Walter
 
Hallo Walter!

Walter Quirtmair said:
I have a simple Form with a PictureBox that I'm assigning a ico-File
during Design-Time.

Depending on SizeMode and current size it displays the correct Icon of
size 16x16, 24x24, etc.

Now I need to access the Icon behind that PictureBox during runtime and
extract the different sizes 16x16, 24x24 etc. How can I do this?

..NET Icon Explorer
<URL:http://vbaccelerator.com/article.asp?id=4567>
 
Back
Top