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

techker2

@techker2
About
Posts
13
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • login from read file.txt
    T techker2

    Ha!lol ya looking it up.thx for the help

    C# security question

  • login from read file.txt
    T techker2

    lol.. now im stock on a simple numeric keypad. do i need to make it as a separate form?

    C# security question

  • login from read file.txt
    T techker2

    lol ya..i need to make an ATM machine...lol i got it going.thx

    C# security question

  • login from read file.txt
    T techker2

    thx. im still stock on this... i think i got it. [code] StreamWriter log; if (!File.Exists("auth.txt")) { log = new StreamWriter("auth.txt"); } else { log = File.AppendText("auth.txt"); } log.WriteLine(DateTime.Now); log.WriteLine(lines); log.WriteLine(); textBox1Message.AppendText(lines); log.Close(); [/code]

    C# security question

  • login from read file.txt
    T techker2

    sorry french.. memory collection sounds like it..

    C# security question

  • login from read file.txt
    T techker2

    nip= 4 didgit number CollectionBase for information to be stored..

    C# security question

  • login from read file.txt
    T techker2

    sorry in C# just need to have user input a nip to enter main form.(nip stored in file auth.txt as for the load part i was thinking it would be easyer to search in a collection base the a file.so load file and insert info in collectionbase..

    C# security question

  • login from read file.txt
    T techker2

    hey guys 2 questions is there a way to make a login to read from file.txt?it is just a demo app..so no security for now. or can i read a file.txt and fill collectionbase??

    C# security question

  • file based username and pass
    T techker2

    great!just downloaded the book.. thx for the help guys!

    C# tutorial question

  • file based username and pass
    T techker2

    Just started school not to long ago..i just wanted to practice some stuff before a project.. Thx!

    C# tutorial question

  • file based username and pass
    T techker2

    from the readLine someting like string Lookup = Console.Readline(username and password)

    C# tutorial question

  • file based username and pass
    T techker2

    thx guys.i just need it really simple.. the part that im stuck on is the lookup of the user and pass..im of for one but when it comes to to strings i get confused..

    C# tutorial question

  • file based username and pass
    T techker2

    hey guys is there an example on how to get username and password in a file? input username and pass look it up if ok write ok..

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