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
T

TeddyLiu

@TeddyLiu
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how i can make color to active line in richtextBox ?
    T TeddyLiu

    RichTextBox richTextBox1 = new RichTextBox(); richTextBox1.BackColor = Color.Yellow; richTextBox1.SelectionStart = 0;(starting point of text selected ) richTextBox1.SelectionLength = 4;( the number of characters selected ) richTextBox1.SelectionFont.Bold = true; richTextBox1.SelectionStart = 9;(starting point of text selected ) richTextBox1.SelectionLength = 5;( the number of characters selected ) richTextBox1.SelectionFont.Bold = true;

    C#
  • Login

  • Don't have an account? Register

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