View Single Post
  #23 (permalink)  
Old 05-25-2009, 10:13 AM
Erel's Avatar
Erel Erel is online now
Administrator
 
Join Date: Apr 2007
Posts: 15,676
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

You should not use DrawString with AutoScale. That is the reason that the Label control was updated to support transparency. So if possible you should use a label instead of drawstring.
If you must use DrawString then you shouldn't use AutoScale.

The native NumUpDown control doesn't support changing fonts.
Reply With Quote