WPF not rendering on remote desktop

后端 未结 7 628
灰色年华
灰色年华 2021-01-18 07:18

I\'m having problems with the rendering of a WPF app over a remote desktop connection.

The applications chrome is rendering, but none of the content is coming throu

7条回答
  •  感情败类
    2021-01-18 08:03

    There is no special trick needed to get WPF content to show across remote desktop. Our WPF-based app renders just fine over RDP (tried from numerous machines) with no problems. We're even using animations, gradients, WriteableBitmap, etc. w/ no problems.

提交回复
热议问题