Save Data (some Text That User Type [as Password Etc]) And Save That Password On Same Location Where Is Application?

Dec 25, 2011

how to save data (for example some text that user type [as password etc]) and save that password on same location where is application. After saving I want to have also Load option so we can load saved data.

View 7 Replies


ADVERTISEMENT

VB 2008 Save Location - Images Will Save To The Folder That Selected In The Textbox1.text From The Folderbrowser

Oct 17, 2009

I'm trying to make it so the the images will save to the folder that you selected in the textbox1.text from the folderbrowser this is the code's I have tried

[Code]...

View 1 Replies

Save Password Of Gmail?

Jan 15, 2012

In one of my open source apps, I have to work with gmail atom feeds.

Right now, I am using AES to encrypt the gmail password and store it. (the key is the MAC address of the system along with some hard-coded string.)

the security is highly compromised here.if anyone has access to the machine(thus the MAC address) and my source code(its open source), then he can get the gmail password.[code]...

actually my app will monitor the gmail account for mails over a period of time, so if I don't save the password the I'll have to ask the user to enter the password every time the program starts.

View 1 Replies

Create A Simple Password Box That Will Ask The User For A Username And Password?

Jul 15, 2009

I am looking to create a simple password box that will ask the user for a username and pass, if the user is validated against the usernames and passwords in an .ini file the login box will close and launch a program also stated in the .ini file. I would also like to be able to launch different programs for different users.

View 16 Replies

Make A Username And Password Save To A .txt?

Mar 12, 2011

Question I: How do I make a username and password save to a .txt and if it the txt exits, then it will fill the information in the login box again?

Question II:Can I encrypt it easily and decrypt it easily or will that require some advanced coding?

View 1 Replies

How To Encrypt Password And Save In Database

Dec 14, 2011

I am a beginner, i have used two text boxes (for username, password) and a button. The password should be encrypted and saved in database when I click submit button.

View 3 Replies

Hash Password And Save Into Database Table?

Jan 14, 2012

I have a register.aspx and a login function and i am using vb.net

in my register.aspx...i have a user name textbox and a password text and a submit button. IF the user click on the submit button, the password will be hash and store with the username in the database table called "Customer"

1st Qn: i have a problem is that i never try before hashing, so i not sure how to code it , hopefully if someone got a sample or example to teach me it will be nice

2nd Qn: besides that, in my login function, how am i going to compare the hash value for password that is store in database with the password in the textbox to allow to login?

View 2 Replies

Show Instead Of The Password It-self When The User Enters The Password?

Apr 10, 2010

I have a button on my Form called EditingButton that will have a DialogBox appear asking for a password. How can I have "*" show instead of the Password it-self when the user enters the password?[URL]...

View 1 Replies

Make A Program That Makes User Type In A Password

Aug 28, 2009

Im trying to make a program that makes a user type in a password, then open a folder where the user can put files. but once they close out of the file browser. the program needs to save the files and remove the directory. for example think of a file cabinet being the program, and the drawer being the temp folder. when the user closes the drawer, it goes back into the cabinet, or in this case the program.

View 7 Replies

Save Username & Password In The Programe In Visual Basic 2010 Express?

Apr 2, 2011

at the Moment in my code I have the words("C:PrivateWords"). and that is where the Username & Password is Stored/kept, But is there a way to store the Username & Password into the Programe. ect... in a form that only the owner of the programe can see. And what would you use on that form ie: listbox, textBox multiline, TableLayout Panel, that if it is possible to create a Form.

and would the code be something like The Altered code Below the code Below:

Public Class CreateUser
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click

[Code].....

View 1 Replies

VS 2010 Security Dongle - Save The Password (md5 Encrypted ) On A Flash Drive?

Sep 15, 2011

i am having a mysql database that is having a password. so i am using it to login to the program. Is there a way to save the password (md5 encrypted i can do this) on a flash drive so i can access it from the program but the user can't access it.

View 17 Replies

User Presses The Save Button To Save Data?

Feb 24, 2009

in my form i have 4 textboxes and i want all not to be empty while saving the data.I have put condition in save button,when user presses the save button to save data, to check all the textboxes not to be empty. My question is that, i want to focus to that particular textbox which is empty during saving the data.

For example: i have txt1,txt2,txt3,txt4 as textboxes in the form if txt1 is empty while saving, the focus should switch to txt1 rather user himself have to go there.

View 16 Replies

Start (Run As) Application With Another Account User And Password

Feb 27, 2011

How can I start (Run As) application for example "C:xxx.exe" with another account-user and password in vb.net?I tried the ( Process.Start ), but it doesn't seem to work.

View 2 Replies

Store User And Password Information Into The Application

Jan 8, 2011

I'm trying to make a application with a login system. I want to store user and password information, into the application. So I can access it from my administrator account. I have tried to make a textbox for every username and password,And then save it into my.settings And then I run the finished application, it works fine to store the information. but if I copy the application after I had entered some user/pass information. All textboxes I blank on the other computer.

View 4 Replies

Always Save Specific File Type In Windows To One Location?

Apr 14, 2012

I'm trying to do the following I'm not sure if it's possible using VB.NET. I want to specify default saving point for all files type for example: In my program you choose the path "C:UsersMarkusPictures" for pictures and everytime you download pictures files from website, or using skype or any other program when Save File Dialog opens up (external one not via my program or connected to vb.net just the windows default one) then it will show "C:UsersMarkusPictures" always for .jpg .gif type of files etc...

View 2 Replies

Allow To Change The Password - Look For A Text File In The Same Directory Called "password.text"

May 25, 2009

i have made a program that needs a password to activate it but i would like it to look for a text file in the same directory called "password.text" as it will alow me to change the password.

[Code]...

View 5 Replies

VS 2010 Turn Only Selected Characters Into Password Characters And Still Be Able To Get The Password Text From The Text Property?

Apr 13, 2011

I'm making a custom control suited for handling passwords. I have created a control that inherits from a text box and I have implemented a lot of things so far. But what i want to do now is create a system so that when a user types It will display his last character typed for a X amount of time.Is there a way to turn only selected characters into password characters and still be able to get the password text from the Text property ?

View 3 Replies

DB/Reporting :: Add Data-entry Capability To My App Using Password-protection User-access

Mar 8, 2009

I'm presently creating an application which uses Access2007 as the database. No problem there. But Since most use Excel for data-entry, i've created two tables in access linked to excel source file. Any change in excel will reflect in Access database and subsequently in my Application . Until now my application only reads the database and displays records in DataGridView. These records, i then export to excel along with other formatting for direct printing as a report as I have no idea how to make report. Now i want to add data-entry capability to my app using password-protection user-access. So i can directly add new record to source file. Also need to know if There's any way of eliminating Access from the picture entirely....

View 1 Replies

Login When User Type Password And They Press Enter That Login Code Can Be Activate?

May 29, 2009

how can i login when user type password and they press enter that login code can be activiate. What event can be using for this, i m using button_click event. need textbox typed value and press enter it should be login to that next form.

View 1 Replies

User Type Password And Press "Enter" Without Click Log In Button ?

Aug 10, 2009

I've one form log in and 2 button in that form, log in and cancel. when user type user name and password,they must click log in button. I want when user type password and press "Enter" without click log in button.

View 3 Replies

Save Text File To Different Location?

May 11, 2010

Dim saveDiag As New SaveFileDialog[code]...

so far the file is written and saved in a very specific location but I can`t figure for the life of me how I would use SaveFileDialog to save the .txt file elsewhere also....

View 1 Replies

Save As Text File At Any Location Folder

Jun 11, 2011

based on the title, I want my textfile created can save at any location folder .

View 19 Replies

Username And Password Storage Location

Apr 18, 2011

I am writing a program in vb.net that requires a user to log in before he can use the application. The main user is created when the program is installed, similar to how windows works when it is installed.

The main user can add additional users to the program. I already know that I should store the passwords encrypted. My question is, where should I store the usernames and passwords? The registry, Isolated storage or .config file. I don't want any user to be able to modify/delete that file as the other user would obviously not be able to log in. Also, this file should be accessible for any user that logs into the computer.The computer is not guaranteed to be connected to the internet, so it must be stored locally.

View 2 Replies

Checking AD Password - Create A Password Change Form For My Company's Vendors

Jan 15, 2012

I'm trying to create a password change form for my company's vendors. There are a couple of scenarios I could encounter doing this:

1 - User enters invalid current password
2 - New passwords do not match
3 - User's account is locked
4 - User cannot authenticate because password is expired

It's case 4 that I'm struggling with, because their is no way for me to take the password the user entered and verify it against active directory without getting an error.

View 5 Replies

Membership ChangePassword (hashed) Match Current Password Against Old Password Field

Jun 1, 2011

I am implementing a system where the user can Reset their password if they have forgotten it.Once it is reset I want to give them the option of changing the password so that it will be something more memorable to them.The password is hashed and if i enter in the correct old password and new password the password does change.If I enter in the wrong old password and new password the password doesnt change.Is there a way to match the old password with the old password field in code behind so I can throw up an error to the user to tell them what is wrong? [code]

View 1 Replies

Password Characters - Get A Textbox Being Using For Password Entry To Display The Black Circle

Feb 10, 2009

How do you get a textbox being using for password entry to display the black circle that you often see in web forms, on the iphone etc etc?

I can change the PasswordChar property to an asterisk no problem and even copying and pasting symbols inserted into Word seemed to work - just couldn't find a symbol that looked like a bullet point!

Can this actually be achieved for a standalone exe, or is it something unique to web forms? Surely copying and pasting symbols from Word isn't actually the answer?

View 6 Replies

Change The Connection String (server Ip, User And Password) Of A MySql Data Source In Visual Basic 2010?

Jun 1, 2012

I have a project where I added visually and successfully a datasource of MySql. I binded a datagridview with a table.

But, how do I change programatically the password, ip or user to connect with the MySql server? Because it can change at any time, so I can let the user change these values.

View 7 Replies

Pass Password If Excell Sheet Have Password And Enable Macro?

Jul 25, 2011

I read and write the cells from excell sheet sucessfully. now please i need a advise on the following

1. Where i save the file? at the time of project publishing it include also with the project?

2. how i check file exits or not?

3. How i pass the password if excell sheet have password and enable macro?

View 1 Replies

Password Implementation - Program To Start With A Prompt That Asks For A Password

Apr 21, 2010

I'm currently working on a CRM project in vb.net. I want the program to start with a prompt that asks for a password and if the user enters the correct password then the main form loads.Im having some problems wrapping my mind around this...

View 10 Replies

Save Application Settings But For USER But Cannot Find The User.config File

Aug 7, 2009

in vb.net i am trying to save application settings but for USER but i cannot find the user.config file

when does this file get created?

i searched my entire hardrive. i also searched the entire project.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved