المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : is there anyway to know default icon or user specified icon showing in the form currently



C# Programming
06-30-2009, 02:00 PM
Hi All,

I want to hide the default icon provided by the form. If I set ShowIcon property of the form to false, then there is no icon displayed in the form even though the user gives the icon at the run time.

is there anyway to know whether the default icon or user specified icon showing currently in the form?

Thanks is advance.