URGENT: VS2005 Text Rendering Issue

  • Thread starter Thread starter Annette Miller
  • Start date Start date
A

Annette Miller

First up, sorry for cross-posting.

I have what is (to me, at least, an urgent issue) with the look/feel of my
applications.

I have been using VC# EE Beta2 until about a week ago and I have just bought
VS2005 Professional RTM.

All programs I've written in VC# EE now do not render text correctly. The
labels and controls render much the same way as they do with .NET1.X, ugly
and about 1.5 spaced.

New projects look fine, like a native Windows program and don't suffer the
rendering issue.

For my upgraded VC B2 apps I've made sure that UseCompatibleTextRenderer =
false and I've done a clean build.

Can some one *please* help me with this problem.

Thanks in advance,

Annette.
 
Okay I found the answer -

Application.SetCompatibleTextRenderingDefault(false);

My question is this: Any idea why was the behaviour changed from .NET 2.0
Beta to the RTM?

Cheers guys,

Annette.
 
Back
Top