Nashibukasan
Nashibukasan

Reputation: 2028

How to change image viewing preferences

When I view the screenshots within results of my Automated Test runs in Visual Studio 2010 the windows appear as follows:

enter image description here

It's very frustrating having the window split into a normal zoom and zoomed in window by default. Can I change a preference to just display the image normally in a single window?

Alternatively, is there a VS2010 plugin I can use to change how it views pngs?

I have not been able to find anything that suggests it will help me out in the VS2010 Options menu but I am very much willing to admit I've probably overlooked it.

[EDIT] I am slowly making the switch to VS2012, so this question extends to there too!

Upvotes: 1

Views: 120

Answers (1)

Simon Acton
Simon Acton

Reputation: 36

This drives me mad as well but I finally found the answer - drag and drop a bmp/png/jpg file into your visual studio project, right click it in the solution explorer and select 'open With' - select MS Paint and click 'Set as Default'. Alternatively you can navigate and select whatever your preferred application is for viewing images.

Upvotes: 2

Related Questions