Search results for query: *

  1. O

    Question Recursive searching

    thankyou for your response... yes i realise that the use of that line of code would be easier but im attempting to learn the language so im willing to go the long way round on things like this as i find that in doing so i learn the language better
  2. O

    Question Recursive searching

    ok so basicly ive been attempting to make an application in wich the user puts a file path into a textbox and then clicks a button and the all the subdirectories adn the subdirectories of the subdirectories of the subdirectories etc... are added to a listbox below. It all seems to be working...
  3. O

    Question Determining password field

    thankyou for your reply but im asking how to detect the selection of a new text field outside of the form not how to detect keystrokes
  4. O

    Question Determining password field

    Im sorry i was not specific enough wat i meant was that the program encrypts the keys from any spyware that may be on the computer abit like programs such as the firefox add-onn keyscrambler so that if there is a keylogger on the computer all it will pick up is a random array of letters and digits
  5. O

    Question Determining password field

    Hey all so basicly im attempting to make a key encoder type application that i want to begin encrypting keystrokes when the user focuses on a password field . Is it possible for a windows forms application to do this and if so how can it be done ?
Back
Top