Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
GeneralASP.NET and slider controls Pin
julian_l16-Feb-04 6:54
julian_l16-Feb-04 6:54 
GeneralRe: ASP.NET and slider controls Pin
Heath Stewart16-Feb-04 9:22
protectorHeath Stewart16-Feb-04 9:22 
GeneralPrintDocument1.PrinterSettings.CanDuplex Pin
amadeonMk16-Feb-04 5:13
amadeonMk16-Feb-04 5:13 
GeneralRe: PrintDocument1.PrinterSettings.CanDuplex Pin
Heath Stewart16-Feb-04 6:54
protectorHeath Stewart16-Feb-04 6:54 
GeneralRe: PrintDocument1.PrinterSettings.CanDuplex Pin
amadeonMk16-Feb-04 21:10
amadeonMk16-Feb-04 21:10 
GeneralRe: PrintDocument1.PrinterSettings.CanDuplex Pin
Heath Stewart17-Feb-04 2:54
protectorHeath Stewart17-Feb-04 2:54 
GeneralText smoothing in a single application Pin
jremignanti16-Feb-04 4:19
jremignanti16-Feb-04 4:19 
GeneralRe: Text smoothing in a single application Pin
Heath Stewart16-Feb-04 6:43
protectorHeath Stewart16-Feb-04 6:43 
FYI, this OS setting changes the algorithm used to display fonts in the system. It is not an application-specific thing, but a change in the algorithm that affects the entire font subsystem.

If you want text smoothing or ClearType support in your application (like Word, Adobe Acrobat, et. al. have), you'll have to add support for it yourself. SetStyle won't because that controls window styles and is analogous SetWindowLong from the Platform SDK. When creating the underlying window handle, this corresponds to CreateParams that is returned and will be used in the call to CreateWindowEx.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Text smoothing in a single application Pin
jremignanti16-Feb-04 7:19
jremignanti16-Feb-04 7:19 
GeneralRe: Text smoothing in a single application Pin
Heath Stewart16-Feb-04 8:52
protectorHeath Stewart16-Feb-04 8:52 
GeneralUsing breakpoints with DirectDraw 9.0 Pin
Jean Bédard16-Feb-04 3:57
Jean Bédard16-Feb-04 3:57 
GeneralRe: Using breakpoints with DirectDraw 9.0 Pin
Mazdak16-Feb-04 4:27
Mazdak16-Feb-04 4:27 
GeneralRe: Using breakpoints with DirectDraw 9.0 Pin
Heath Stewart16-Feb-04 6:32
protectorHeath Stewart16-Feb-04 6:32 
GeneralRe: Using breakpoints with DirectDraw 9.0 Pin
leppie16-Feb-04 6:41
leppie16-Feb-04 6:41 
GeneralLoading a DLL Dynamically Pin
draco_iii16-Feb-04 3:37
draco_iii16-Feb-04 3:37 
GeneralRe: Loading a DLL Dynamically Pin
partyganger16-Feb-04 3:41
partyganger16-Feb-04 3:41 
GeneralSingle quotes in query Pin
Reinier van de Wetering16-Feb-04 1:33
Reinier van de Wetering16-Feb-04 1:33 
GeneralRe: Single quotes in query Pin
Mazdak16-Feb-04 3:01
Mazdak16-Feb-04 3:01 
GeneralRe: Single quotes in query Pin
Verdant12316-Feb-04 11:16
Verdant12316-Feb-04 11:16 
GeneralPrintPreviewDialog Pin
brain2cpu16-Feb-04 1:10
professionalbrain2cpu16-Feb-04 1:10 
GeneralRe: PrintPreviewDialog Pin
Reinier van de Wetering16-Feb-04 1:41
Reinier van de Wetering16-Feb-04 1:41 
GeneralRe: PrintPreviewDialog Pin
Heath Stewart16-Feb-04 6:28
protectorHeath Stewart16-Feb-04 6:28 
GeneralRe: PrintPreviewDialog Pin
brain2cpu17-Feb-04 0:34
professionalbrain2cpu17-Feb-04 0:34 
GeneralHttpWebRequest problems... Pin
Shammut16-Feb-04 0:55
Shammut16-Feb-04 0:55 
GeneralRe: HttpWebRequest problems... Pin
Heath Stewart16-Feb-04 6:23
protectorHeath Stewart16-Feb-04 6:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.