Before in my VB app I would just load the icons from DLL. How can I load the icons provided by .NET dynamically?

Q

Before in my VB app I would just load the icons from DLL. How can I load the icons provided by .NET dynamically?

✍: Guest

A

By using System.Drawing.SystemIcons class, for example System.Drawing.SystemIcons.Warning produces an Icon with a warning sign in it.

2013-11-25, 1571👍, 0💬