7b04c3154f13608d13b3b499dd4ac92d
Hello, I'm beggining to learn C# and am writing an application for myself that will help me lose weight. I just noticed that when I start the application in visual studio, the application appears extremely blurry compared to the design form in visual studio. Does anyone know of a way to correct this?
Thank you.

It looks like you're using a high dpi setting for your fonts and the DirectX layer migh be trying to anti-alias it (this can give the experience of blurred lines as that's pretty much its job ;) )

Check that you don't have some kind of AA switch set and if you havem, set it to an even number of 4+ (Which I find fixes that)

You could also try reducing your "Font Size" in the Windows Personalise screen (looks like you're using Windows 8)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.