Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
WPF does not provide any function to remove the icon of a window. But we can use Win32 API to remove the icon.
WPF Tutorial site provide IconHelper class to remove icon of a window. You can find the source code in link below
[notice]http://www.wpftutorial.net/RemoveIcon.html[/notice]