Answers

Question and Answer:

  Home  Dot Net

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

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

 203 views

More Questions for you: