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.

Re: URGENT: VS2005 Text Rendering Issue by Annette

Annette
Mon Nov 14 22:26:17 CST 2005

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.

"Annette Miller" <nospam@myplace.com> wrote in message
news:%23AclDMZ6FHA.3276@TK2MSFTNGP10.phx.gbl...
> 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.
>