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
N

nikanth

@nikanth
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Invoke xsd.exe thru code
    N nikanth

    Hi,... The installation path need not be c:\... How do i find the installation path if it is in some other location?

    N.Navaneethan

    C# csharp visual-studio tutorial question

  • Invoke xsd.exe thru code
    N nikanth

    Hi.. How to invoke the xsd.exe thru code?.. And also How do u i know the location in which the visual studio is installed. Thanks in advance.

    N.Navaneethan

    C# csharp visual-studio tutorial question

  • Help regarding password char in textbox
    N nikanth

    ;) Its just a trick... 1) Have a 2 textboxes which stores the password, one is masked and other unmasked at the same location having the same top,left,height and width. At an instance depending upon the checkbox value, only one textbox is visible if(checkbox checked true) { textboxMasked.Visibility = false; textboxUnmasked.Visibility = true; textboxUnMasked.Text = textboxMasked.Text } else { textboxMasked.Visibility = true; textboxUnmasked.Visibility = false; textboxMasked.Text = textboxunMasked.Text } In the check box unchecked event,do the above Hope this solve ur issue... please reply back if it solved ur requirement

    N.Navaneethan

    C# question help
  • Login

  • Don't have an account? Register

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