0

I have WPF program with C#. I want the user to be able to change it's icon for what ever he wants (titlebar, taskbar and thumbnails). Is there anyway to do this?

StepUp
  • 36,391
  • 15
  • 88
  • 148

1 Answers1

0

This answer might fix it for you. Assign the user-selected image to the Icon property of the form.

Community
  • 1
  • 1
Lews Therin
  • 3,707
  • 2
  • 27
  • 53
  • If you think the question can be answered by another question here on Stack Overflow please flag the question as a duplicate rather than posting links. – ChrisF May 26 '16 at 12:44
  • @ChrisF The question isn't a duplicate though. The answer was applicable to this question, but the linked question had other conditions this question doesn't (the linked question asked about differentiating between two different operating systems). Would this still be a case to flag as a duplicate? Thanks. – Lews Therin May 26 '16 at 12:47