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

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

Read Online Dot Net Job Interview Questions And Answers