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
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. password in C++

password in C++

Scheduled Pinned Locked Moved Managed C++/CLI
c++help
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sumit21
    wrote on last edited by
    #1

    hi, i am writing an application where i want to authenticate the password. I wan that when user type his password , nothing should be echoed on the screen. plz help me out

    V 1 Reply Last reply
    0
    • S sumit21

      hi, i am writing an application where i want to authenticate the password. I wan that when user type his password , nothing should be echoed on the screen. plz help me out

      V Offline
      V Offline
      vipinasda
      wrote on last edited by
      #2

      Did you intend this:- when the user types something, the characters shouldn't appear? If yes, then ES_PASSWORD style with the edit control is what you are after. Vipin - MVP

      S 1 Reply Last reply
      0
      • V vipinasda

        Did you intend this:- when the user types something, the characters shouldn't appear? If yes, then ES_PASSWORD style with the edit control is what you are after. Vipin - MVP

        S Offline
        S Offline
        Sudip Lama
        wrote on last edited by
        #3

        hi friend :rose:, A small program for u. if u try following program it will display strick when u type password and after passsword press Enter and u can see the password there ....... i think u got an idea to program about passsword if than plz mail so that i can understant that u got it ... :) bye Sudip Lama //Program about the Password /// #include #include #include void main() { clrscr();char name[20]; cout<<"Enter the password"<

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

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