Click here to Skip to main content
15,899,025 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to handle datagridview checkbox click event Pin
Sandeep Srinivas Kulkarni14-Nov-06 15:51
Sandeep Srinivas Kulkarni14-Nov-06 15:51 
Questionhow to use svcutil tool Pin
Sandeep Srinivas Kulkarni13-Nov-06 18:08
Sandeep Srinivas Kulkarni13-Nov-06 18:08 
QuestionHow can omit HTML tags while replacing? Pin
AngryC13-Nov-06 18:08
AngryC13-Nov-06 18:08 
AnswerRe: How can omit HTML tags while replacing? Pin
Not Active13-Nov-06 18:17
mentorNot Active13-Nov-06 18:17 
QuestionTrouble in Combobox columns in DataGridView Pin
Hiren Mistry13-Nov-06 17:41
Hiren Mistry13-Nov-06 17:41 
Questionsaving a password in xml Pin
Tom Wright13-Nov-06 16:29
Tom Wright13-Nov-06 16:29 
AnswerRe: saving a password in xml Pin
Christian Graus13-Nov-06 16:40
protectorChristian Graus13-Nov-06 16:40 
AnswerRe: saving a password in xml Pin
kkadir13-Nov-06 21:19
kkadir13-Nov-06 21:19 
You can use one of the crypting alorithms under the System.Security.Cryptography namespace. These algorithms will quite help you. And there are a lot of info about these algorithms on the net if you are interested in. My favourite one is the Rijndael algorithm.

On the other hand you can make your own algorithm Cool | :cool: . Like when writing the passwords to the xml file -if the passwords you are protecting are not as important- simply taking the complement of all characters, and when reading back again taking the complement of all characters. This is not the way to stop crackers but at least it is a way Wink | ;) .

Good luck.

.:: Something is Wrong ::.

AnswerRe: saving a password in xml Pin
Russell Jones13-Nov-06 21:34
Russell Jones13-Nov-06 21:34 
AnswerRe: saving a password in xml Pin
Ashish Derhgawen13-Nov-06 21:48
Ashish Derhgawen13-Nov-06 21:48 
Questionhow to use openFileDialog Pin
veluru krishna13-Nov-06 16:14
veluru krishna13-Nov-06 16:14 
AnswerRe: how to use openFileDialog Pin
Christian Graus13-Nov-06 16:41
protectorChristian Graus13-Nov-06 16:41 
GeneralRe: how to use openFileDialog Pin
veluru krishna13-Nov-06 17:08
veluru krishna13-Nov-06 17:08 
GeneralRe: how to use openFileDialog Pin
Christian Graus13-Nov-06 17:17
protectorChristian Graus13-Nov-06 17:17 
QuestionRead&Write Files Pin
Manithar13-Nov-06 15:56
Manithar13-Nov-06 15:56 
AnswerRe: Read&Write Files Pin
Judah Gabriel Himango13-Nov-06 16:13
sponsorJudah Gabriel Himango13-Nov-06 16:13 
QuestionMaking an app work on a computer without the .net framework Pin
Blekk13-Nov-06 13:57
Blekk13-Nov-06 13:57 
AnswerRe: Making an app work on a computer without the .net framework Pin
Christian Graus13-Nov-06 15:55
protectorChristian Graus13-Nov-06 15:55 
GeneralRe: Making an app work on a computer without the .net framework Pin
CastorTiu13-Nov-06 17:38
CastorTiu13-Nov-06 17:38 
GeneralRe: Making an app work on a computer without the .net framework Pin
Christian Graus13-Nov-06 17:46
protectorChristian Graus13-Nov-06 17:46 
AnswerRe: Making an app work on a computer without the .net framework Pin
Judah Gabriel Himango13-Nov-06 16:12
sponsorJudah Gabriel Himango13-Nov-06 16:12 
QuestionVertical ProgressBar Pin
shopi3013-Nov-06 13:06
shopi3013-Nov-06 13:06 
AnswerRe: Vertical ProgressBar Pin
Anthony Mushrow13-Nov-06 13:10
professionalAnthony Mushrow13-Nov-06 13:10 
GeneralRe: Vertical ProgressBar Pin
shopi3013-Nov-06 13:17
shopi3013-Nov-06 13:17 
QuestionHosting an unmanaged app in a C# app [modified] Pin
eggie513-Nov-06 12:28
eggie513-Nov-06 12:28 

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.