I would like to write a programme to dynamically update the windows task bar icon at runtime by writing some custom text onto the icon. To do so I need to create a blank white BitmapImage, but this seems to be impossible...
All constructors want some URI, or Stream. Any ideas how this can be done?
Thanks alot