Visual Studio dialog box becomes "blank" after dragging it to a different screen

1

1

If I open a Visual Studio 2015 dialog on one screen:

enter image description here

and then try to drag it to another screen, the dialog box becomes completely black:

enter image description here

If I drag it back to the original screen, however, it's displayed normally again.

Has anyone experienced this before? What could be causing this, and how can I fix it?

EJoshuaS - Reinstate Monica

Posted 2017-03-24T16:32:48.080

Reputation: 407

I've experienced similar. Have you ensured you're using the latest video drivers for your system? – Ƭᴇcʜιᴇ007 – 2017-03-24T17:10:24.373

@Ƭᴇcʜιᴇ007 I gave it a try, my driver was, in fact, out of date, doesn't seem to have fixed the problem though unfortunately – EJoshuaS - Reinstate Monica – 2017-03-24T17:47:51.100

have you tried SW rendering? – magicandre1981 – 2017-03-26T10:56:00.873

Answers

1

This looks like a graphic card issue. Visual Studio is coded with WPF, which uses DirectX.

Open VS and go into the options and disable the entry automatically adjust visual experience based on client performance and next disable Use hardware graphics acceleration if possible

enter image description here

Now Visual Studio uses software based rendering. Turning HW acceleration off, also fixes such issues in other tools like Chrome.

magicandre1981

Posted 2017-03-24T16:32:48.080

Reputation: 86 560

Thank you so much - this seems to have fixed the problem – EJoshuaS - Reinstate Monica – 2017-03-30T15:56:18.150