Click here to Skip to main content
15,916,835 members
Home / Discussions / C#
   

C#

 
AnswerRe: Creating a public variable Pin
User 665818-Nov-06 3:49
User 665818-Nov-06 3:49 
GeneralRe: Creating a public variable Pin
jackie83sg200518-Nov-06 18:12
jackie83sg200518-Nov-06 18:12 
GeneralRe: Creating a public variable Pin
Pete O'Hanlon19-Nov-06 3:31
mvePete O'Hanlon19-Nov-06 3:31 
QuestionRe: Creating a public variable Pin
jackie83sg200520-Nov-06 2:45
jackie83sg200520-Nov-06 2:45 
AnswerRe: Creating a public variable Pin
Pete O'Hanlon20-Nov-06 2:56
mvePete O'Hanlon20-Nov-06 2:56 
QuestionPassword Authentication ? [modified] Pin
Ahmad_kaau18-Nov-06 3:05
Ahmad_kaau18-Nov-06 3:05 
AnswerRe: Password Authentication ? Pin
WillemM18-Nov-06 7:44
WillemM18-Nov-06 7:44 
AnswerRe: Password Authentication ? Pin
beatles169218-Nov-06 8:44
beatles169218-Nov-06 8:44 
Hi If you like to use a database (for example access) to store usernames and passwords ,you can encrypt passwords so if someone has direct access to database can't use them.Then when a use wants to login get his/her password encrypt it(using the same encryption method for stored passwords) and compare it with the encrpyted password(For security reasons it's better to encrypt the provided password rather than decrypting the stored one)
If you like to prevent people accessing the database itself you should make it password protected ( an access database has two kind of authentication , you can provide a password for admin user or you can provide a password for the database itself.By defining a password for admin user you are defining a password for the access application not your database it means that if you want to open any database using your access application you should provide the admin password.
If you set a password for you database then the database is password protected and even if somebody gets a copy of it he/she can't open it unless he/she knows the password.
Regards
QuestionRichTextBox printing size Pin
nogola18-Nov-06 1:41
nogola18-Nov-06 1:41 
QuestionHow to get the current Credentials in WinApp Pin
James Poulose18-Nov-06 1:31
James Poulose18-Nov-06 1:31 
AnswerRe: How to get the current Credentials in WinApp Pin
WillemM18-Nov-06 7:40
WillemM18-Nov-06 7:40 
GeneralRe: How to get the current Credentials in WinApp Pin
James Poulose19-Nov-06 4:51
James Poulose19-Nov-06 4:51 
GeneralRe: How to get the current Credentials in WinApp Pin
Scott Dorman20-Nov-06 4:49
professionalScott Dorman20-Nov-06 4:49 
QuestionImplementing arrays in C# Pin
Debun18-Nov-06 0:11
Debun18-Nov-06 0:11 
AnswerRe: Implementing arrays in C# Pin
Guffa18-Nov-06 1:32
Guffa18-Nov-06 1:32 
GeneralRe: Implementing arrays in C# Pin
Debun18-Nov-06 1:50
Debun18-Nov-06 1:50 
AnswerRe: Implementing arrays in C# Pin
Guffa18-Nov-06 5:24
Guffa18-Nov-06 5:24 
AnswerRe: Implementing arrays in C# Pin
James Poulose18-Nov-06 1:32
James Poulose18-Nov-06 1:32 
GeneralRe: Implementing arrays in C# Pin
Debun18-Nov-06 1:52
Debun18-Nov-06 1:52 
GeneralRe: Implementing arrays in C# Pin
James Poulose19-Nov-06 4:54
James Poulose19-Nov-06 4:54 
QuestionNamespace Pin
shanisnathan17-Nov-06 23:12
shanisnathan17-Nov-06 23:12 
AnswerRe: Namespace Pin
Stefan Troschuetz18-Nov-06 0:12
Stefan Troschuetz18-Nov-06 0:12 
GeneralRe: Namespace Pin
shanisnathan18-Nov-06 2:28
shanisnathan18-Nov-06 2:28 
QuestionPlease Help me!! My pc is not going to shutdown when application is running Pin
Irfan Kothari17-Nov-06 22:50
Irfan Kothari17-Nov-06 22:50 
AnswerRe: Please Help me!! My pc is not going to shutdown when application is running Pin
Stefan Troschuetz18-Nov-06 0:10
Stefan Troschuetz18-Nov-06 0:10 

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.