top button
Flag Notify
Site Registration

How can I load the icons provided by .NET dynamically?

0 votes
281 views

Before in my VB app I would just load the icons from DLL.

posted Mar 9, 2014 by Kanika Prashar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
where is the script...

1 Answer

0 votes

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

answer Mar 9, 2014 by Bhani Bhosle
Similar Questions
+10 votes

I want to retrieve some data from sql server to my application, and from there export some selected data to Excel!

+1 vote

All constructors are public then why not destructor? If it is private then how compiler access these private destructor?

...