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
H

Hamza Nadim

@Hamza Nadim
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • referencing dlls with same name.
    H Hamza Nadim

    Hello i guess so. but they should have a diffrent NameSpace ;)

    C# question

  • How to increase or decrease font size of control
    H Hamza Nadim

    Hello, here is another ,its much easier but its only when you are using (RichTextBox). add your items to the ComboBox (1,2,3,4,5) it actually means 1x,2x,3x,4x,5x. Code: private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { richTextBox1.ZoomFactor = float.Parse(comboBox1.Text); } try it Regards Hamza

    C# csharp tutorial

  • textbox validation
    H Hamza Nadim

    Hello, actually i dont think its the best. at the texbox's Properties change the "ShortcutsEnabled" to "False" or at runtime txtTrial.ShortcutsEnabled = false; this will prevent the user from copying or pasting

    C# help tutorial 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