icon setting for a form dynamically

hi how can i set a icon file programmatically to a form (allforms) Regards Rajaraman

1 Reply

AD Administrator Syncfusion Team May 30, 2003 01:17 PM UTC

this.Icon= Icon.From... Check in InitialiseConponent() at the end where all your form properties are. You will see: this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));

Loader.
Up arrow icon