473,386 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Smoothing Application (Antialias)

Hello,

I want to display all the text in my application in antialias-mode (Only my application!).
I can overwrite theOnPaint-Events of all Controls to enable antialias with:

Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs)
e.Graphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGri dFit
MyBase.OnPaint(e)
End Sub

I'm searching for a solution for the whole application without subclassing every control!
Greets

Ramon Furer

Nov 21 '05 #1
0 949

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: David Lindgren | last post by:
Hello! I am using Graphics.DrawString to draw some text on my usercontrols and I have discovered that when I turn on edge smoothing in Windows XP some of my drawn text appears as if it was bold....
1
by: Austin Jan | last post by:
Hello, When I use Graphics.DrawImage() draw specified image to bigger size, I found that the output image's edge smoothing, In other words output image's edge have different color. Can I...
6
by: orekin | last post by:
Hi There I have been trying to come to grips with Application.Run(), Application.Exit() and the Message Pump and I would really appreciate some feedback on the following questions .. There are...
8
by: pcnerd | last post by:
I'm a VB.NET "newbie". I want to use AntiAlias, but every thing that I try the compiler doesn't like. Sometimes it will suggest a change, but when I change it, it doesn't like that either! Weird!...
1
by: j.f.c.neves | last post by:
Hello, I need some help in using the rlft3 (Numerical Recipes in c++ book, Chapter 12) to apply a Gaussian smoothing to a 2D image. How do I create a suitable filter function (page 535)? ...
0
by: Rune Zedeler | last post by:
Not sure whether this is the right group. Help on that appreciated as well. I need to draw lines in subpixelprecision. Downscaling the canvas from Graphics2D should imho do that. The program ...
2
by: Peted | last post by:
Are there any options to enable an antialias function on standard winform controls ? things like the displayed text on buttons , radio buttons and other standard controls look a bit jagged and...
0
by: Alexander Vasilevsky | last post by:
Can to disable/enable smoothing font in the WPF? http://www.alvas.net - Audio tools for C# and VB.Net developers
2
by: Joe Butler | last post by:
Is it possible to determine with javascript or other means if the user has any sort of font-smoothing in effect on their os or ua? Serif'd fonts don't look so nice on non-smoothed systems, so,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.