save

  1. V

    Save sensitive data

    Hi all, I'm creating an application that will use API call to a web application. Therefore I need a developer API_KEY and API_PASS. Those are specific for my application, so are Then users can login in the application, witch will authenticate on the web application. This returns a logintoken...
  2. R

    Text Editor, Ask to save

    Well im wondering how to make my text editor ask to save the changes before closing, what i mean is if you changed the document it will have a message box if it has been saved after changens, i know i can do: Dim SaveSts as String = "Saved" 'Under TextBox1_TextChanged: SaveSts = "Unsaved"...
Back
Top