Click here to Skip to main content
16,005,128 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDraw shape on the basis of some point Pin
sunil goyalG2-Nov-08 20:14
sunil goyalG2-Nov-08 20:14 
AnswerRe: Draw shape on the basis of some point Pin
dan!sh 2-Nov-08 22:59
professional dan!sh 2-Nov-08 22:59 
GeneralRe: Draw shape on the basis of some point Pin
sunil goyalG3-Nov-08 0:53
sunil goyalG3-Nov-08 0:53 
GeneralRe: Draw shape on the basis of some point Pin
dan!sh 3-Nov-08 7:31
professional dan!sh 3-Nov-08 7:31 
QuestionRelation setting Pin
niwre the newbie2-Nov-08 18:07
niwre the newbie2-Nov-08 18:07 
Questionusing files Pin
revath2-Nov-08 17:58
revath2-Nov-08 17:58 
AnswerRe: using files Pin
Ashfield2-Nov-08 20:27
Ashfield2-Nov-08 20:27 
AnswerRe: using files Pin
Steven J Jowett2-Nov-08 23:22
Steven J Jowett2-Nov-08 23:22 
Nobody here is going to write your code for you.
Reading and writing text files is basic stuff and there are plenty of examples if you google them.
There is a standard set of functions within the .NET framework for excryption including MD5 (see the System.Security.Cryptography namespace).

I would encrypt the password (using MD5 for example) then write the encrypted password to your file.
To validate the password, encrypt the user enter password using the same encrytion method and see if the user enter encrypted password matches the encrypted password stored in the file.

Steve Jowett
-------------------------
Real programmers don't comment their code. If it was hard to write, it should be hard to read.

QuestionMe.Location Pin
User 54091902-Nov-08 11:15
User 54091902-Nov-08 11:15 
AnswerRe: Me.Location Pin
Dave Kreskowiak2-Nov-08 11:26
mveDave Kreskowiak2-Nov-08 11:26 
AnswerRe: Me.Location Pin
Luc Pattyn2-Nov-08 12:16
sitebuilderLuc Pattyn2-Nov-08 12:16 
QuestionNeed Help to Create DSN in Installer Class [modified] Pin
Saseendran Kombath1-Nov-08 7:51
Saseendran Kombath1-Nov-08 7:51 
AnswerRe: Need Help to Create DSN in Installer Class Pin
Dave Kreskowiak1-Nov-08 11:48
mveDave Kreskowiak1-Nov-08 11:48 
GeneralRe: Need Help to Create DSN in Installer Class Pin
Saseendran Kombath1-Nov-08 15:16
Saseendran Kombath1-Nov-08 15:16 
GeneralRe: Need Help to Create DSN in Installer Class Pin
Dave Kreskowiak1-Nov-08 15:29
mveDave Kreskowiak1-Nov-08 15:29 
GeneralRe: Need Help to Create DSN in Installer Class Pin
Saseendran Kombath1-Nov-08 17:05
Saseendran Kombath1-Nov-08 17:05 
GeneralRe: Need Help to Create DSN in Installer Class Pin
Saseendran Kombath2-Nov-08 6:42
Saseendran Kombath2-Nov-08 6:42 
QuestionCreate .CAB file using Winzip Pin
~Khatri Mitesh~1-Nov-08 4:45
~Khatri Mitesh~1-Nov-08 4:45 
AnswerRe: Create .CAB file using Winzip Pin
Dave Kreskowiak1-Nov-08 14:17
mveDave Kreskowiak1-Nov-08 14:17 
AnswerRe: Create .CAB file using Winzip Pin
Thomas Stockwell3-Nov-08 1:50
professionalThomas Stockwell3-Nov-08 1:50 
AnswerRe: Create .CAB file using Winzip Pin
Jon_Boy3-Nov-08 2:45
Jon_Boy3-Nov-08 2:45 
GeneralRe: Create .CAB file using Winzip Pin
~Khatri Mitesh~5-Nov-08 23:11
~Khatri Mitesh~5-Nov-08 23:11 
QuestionHow to change pixel size for an image Pin
Vineet Swami1-Nov-08 3:20
Vineet Swami1-Nov-08 3:20 
AnswerRe: How to change pixel size for an image Pin
Guffa1-Nov-08 6:11
Guffa1-Nov-08 6:11 
GeneralRe: How to change pixel size for an image [modified] Pin
Luc Pattyn1-Nov-08 6:35
sitebuilderLuc Pattyn1-Nov-08 6:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.