Before in my VB app I would just load the icons from DLL.
I think by using System.Drawing.SystemIcons class, for example System.Drawing.SystemIcons.Warning produces an Icon with a warning sign in it.
I want to retrieve some data from sql server to my application, and from there export some selected data to Excel!
All constructors are public then why not destructor? If it is private then how compiler access these private destructor?