SetCompatibleTextRenderingDefault

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Smokey Grindel

    #1

    SetCompatibleTextRenderingDefault

    What are the advantages and disavantages of doing a
    Application.Set CompatibleTextR enderingDefault (False)

    on application start? I know it switches between GDI and GDI+ depending on
    true and false, but why do I want to set this? I am seeing this a lot more
    in code lately. thanks!


  • Herfried K. Wagner [MVP]

    #2
    Re: SetCompatibleTe xtRenderingDefa ult

    "Smokey Grindel" <nospam@nospam. comschrieb:
    What are the advantages and disavantages of doing a
    Application.Set CompatibleTextR enderingDefault (False)
    >
    on application start? I know it switches between GDI and GDI+ depending on
    true and false, but why do I want to set this? I am seeing this a lot more
    in code lately.
    Compatibility to the behavior of the controls in .NET 1.*.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • Smokey Grindel

      #3
      Re: SetCompatibleTe xtRenderingDefa ult

      What exactly was the behavior of controls in 1.x and how does it differ in
      2.0+?


      "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.atwrot e in message
      news:eZmKYQFDIH A.2004@TK2MSFTN GP06.phx.gbl...
      "Smokey Grindel" <nospam@nospam. comschrieb:
      >What are the advantages and disavantages of doing a
      >Application.Se tCompatibleText RenderingDefaul t(False)
      >>
      >on application start? I know it switches between GDI and GDI+ depending
      >on true and false, but why do I want to set this? I am seeing this a lot
      >more in code lately.
      >
      Compatibility to the behavior of the controls in .NET 1.*.
      >
      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      Working...