Click here to Skip to main content
15,919,613 members
Home / Discussions / C#
   

C#

 
QuestionConvert String to set it on richBox Pin
abbd21-Mar-09 9:42
abbd21-Mar-09 9:42 
AnswerRe: Convert String to set it on richBox Pin
DaveyM6921-Mar-09 10:06
professionalDaveyM6921-Mar-09 10:06 
GeneralRe: Convert String to set it on richBox Pin
abbd21-Mar-09 10:08
abbd21-Mar-09 10:08 
GeneralRe: Convert String to set it on richBox Pin
DaveyM6921-Mar-09 10:16
professionalDaveyM6921-Mar-09 10:16 
AnswerRe: Convert String to set it on richBox Pin
c0ax_lx21-Mar-09 11:48
c0ax_lx21-Mar-09 11:48 
GeneralRe: Convert String to set it on richBox Pin
fly90421-Mar-09 12:44
fly90421-Mar-09 12:44 
QuestionCryptography Pin
kenexcelon21-Mar-09 9:37
kenexcelon21-Mar-09 9:37 
AnswerRe: Cryptography Pin
Ravadre21-Mar-09 16:33
Ravadre21-Mar-09 16:33 
1. Rijndael algorithm is already implemented in C# Stdlib.
2. The whole purpose of having key is to NOT writing it down. For example you can generate it from password. Lets say you have a password "foobar". To encrypt data you get hashcode from you password and you use it as key, then to decrypt the data, you will just get hash from password again. So, what's the point of keeping key?
GeneralRe: Cryptography Pin
kenexcelon22-Mar-09 5:59
kenexcelon22-Mar-09 5:59 
QuestionAn object reference is required for the non-static field, method, or property Pin
abbd21-Mar-09 9:16
abbd21-Mar-09 9:16 
AnswerRe: An object reference is required for the non-static field, method, or property Pin
DaveyM6921-Mar-09 9:20
professionalDaveyM6921-Mar-09 9:20 
QuestionThe name 'Invoke' does not exist in the current context Pin
abbd21-Mar-09 9:14
abbd21-Mar-09 9:14 
AnswerRe: The name 'Invoke' does not exist in the current context Pin
DaveyM6921-Mar-09 9:22
professionalDaveyM6921-Mar-09 9:22 
Questionkbrp Pin
lakshmanriz21-Mar-09 9:07
lakshmanriz21-Mar-09 9:07 
AnswerRe: kbrp Pin
dan!sh 21-Mar-09 9:33
professional dan!sh 21-Mar-09 9:33 
QuestionRe: kbrp Pin
CPallini21-Mar-09 11:14
mveCPallini21-Mar-09 11:14 
AnswerRe: kbrp Pin
Nagy Vilmos21-Mar-09 21:51
professionalNagy Vilmos21-Mar-09 21:51 
GeneralRe: kbrp Pin
CPallini21-Mar-09 23:46
mveCPallini21-Mar-09 23:46 
Questionhow link c# with prolog by DLL files Pin
taha_geroun21-Mar-09 8:05
taha_geroun21-Mar-09 8:05 
AnswerRe: how link c# with prolog by DLL files Pin
Henry Minute21-Mar-09 9:26
Henry Minute21-Mar-09 9:26 
QuestionDclare a public ArrayList Pin
abbd21-Mar-09 7:29
abbd21-Mar-09 7:29 
AnswerRe: Dclare a public ArrayList Pin
Ravadre21-Mar-09 7:31
Ravadre21-Mar-09 7:31 
GeneralRe: Dclare a public ArrayList Pin
Mycroft Holmes21-Mar-09 14:49
professionalMycroft Holmes21-Mar-09 14:49 
QuestionCrypto-arithmetic problem Pin
mahmud6321-Mar-09 7:24
mahmud6321-Mar-09 7:24 
AnswerRe: Crypto-arithmetic problem Pin
Ravadre21-Mar-09 7:29
Ravadre21-Mar-09 7:29 

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.