URGENT: VS2005 Text Rendering Issue

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.
 
A

Annette Miller

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top