Hey how do i set the icon on a form?
i found this
But i dont understand it and it doesnt work.Code:System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(parent)); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.icon")));
Heres how im compiling it
Code:csc /r:Interface/Interface.dll /t:winexe /win32icon:parent.ico parent.cs
Thanks


Reply With Quote

