Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
E

eonsimi

@eonsimi
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Time for Chrome to go
    E eonsimi

    No offense gggustafson but I can't quite call you a professional if you are so eager to say 'Time for chrome to go'. I'd say you are a bit frustrated, but by no means I consider, nor do I see Google Chrome as trash-worthy. I'd be pissed too if the stuff from Google would ignore me but this is by no means the way to go on with your war. Just my opinion.

    NO. Layers. Onions have layers. Ogres have layers. Onions have layers. You get it? We both have layers.

    The Lounge javascript html css collaboration help

  • Time for Chrome to go
    E eonsimi

    I`m sorry Gustav but if you can`t keep up doesn`t mean a browser should go. Not so long ago IE was going through the same path. Than Firefox. If something is broken you don`t just throw it away, you try and fix it. In my opinion Chrome is by far the best browser.

    NO. Layers. Onions have layers. Ogres have layers. Onions have layers. You get it? We both have layers.

    The Lounge javascript html css collaboration help

  • Force ClearType Text Rendering for TextBox Control
    E eonsimi

    the post it's rather old but i'll write an answer anyway for others to see it .. so here it is: by overriding the OnPaint method should work just fine, subclass the textbox class and in the constructor add the UserPaint style like this:

    this.SetStyle(ControlStyles.UserPaint, true);

    after that, override the OnPaint method and add the following line:

    e.Graphics.TextRenderingHint = TextRenderingHint.ClearTypeGridFit;

    now you may use e.Graphics.DrawString(this.Text, ...) to paint the text.

    NO. Layers. Onions have layers. Ogres have layers. Onions have layers. You get it? We both have layers.

    C# graphics question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups