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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
F

FlytotheBluesky

@FlytotheBluesky
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to add new line to text box
    F FlytotheBluesky

    I searched and found out that in VC++ 2008 can use this

      textBox1.Text = "Line One";
    
      textBox1.Text += **Environment::NewLine**;
    
      textBox1.Text += "Line Two";
    

    Hope it help you! :)

    C# tutorial

  • Please tell me about dithering. How can I change color depth of bmp 24 bits to bmp 4 bits?
    F FlytotheBluesky

    Hi! Please tell me about dithering algorithm clearly. I try to change color depth of bmp 24 bits to 4 bits, but my algorithm is not good...Then someone tell me about dithering, but not clearly, they don't give me an algorithm or clear idea but that's an introduction about dithering...So if you can, please tell me about dithering algorithm clearly. Thanks and waiting for your replies. Best regards, FlytotheBlueSky

    Algorithms
  • Login

  • Don't have an account? Register

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