Normal
If I understand you correctly, you want to show images from web inside MP2 gui? Than it should be enough to assign either a local filename as <Image Source="c:\file.png"> or a web URL <Image Source="http://..de/file.png">. In principle you should not deal with the "low level" ContentManager directly, but use the MPF controls.
If I understand you correctly, you want to show images from web inside MP2 gui?
Than it should be enough to assign either a local filename as <Image Source="c:\file.png"> or a web URL <Image Source="http://..de/file.png">. In principle you should not deal with the "low level" ContentManager directly, but use the MPF controls.