Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
GeneralRe: 3D data visualization Pin
harold aptroot4-May-09 3:46
harold aptroot4-May-09 3:46 
Questionformatting data in a datagridview Pin
bwood202027-Apr-09 6:28
bwood202027-Apr-09 6:28 
QuestionHow to get rid of clr20r3 error and show "Office not found" message in the application. Pin
lastpunisher27-Apr-09 5:56
lastpunisher27-Apr-09 5:56 
AnswerRe: How to get rid of clr20r3 error and show "Office not found" message in the application. Pin
Rolando CC27-Apr-09 6:03
professionalRolando CC27-Apr-09 6:03 
GeneralRe: How to get rid of clr20r3 error and show "Office not found" message in the application. Pin
lastpunisher27-Apr-09 6:23
lastpunisher27-Apr-09 6:23 
AnswerRe: How to get rid of clr20r3 error and show "Office not found" message in the application. Pin
lastpunisher27-Apr-09 8:44
lastpunisher27-Apr-09 8:44 
QuestionCryptography - why can't I load the IV directly? Pin
OriginalGriff27-Apr-09 5:55
mveOriginalGriff27-Apr-09 5:55 
AnswerRe: Cryptography - why can't I load the IV directly? Pin
musefan27-Apr-09 6:01
musefan27-Apr-09 6:01 
maybe that IV buffer is not the right size when you try to read directly. where as when using ab you have set the array size to be what is required... I don't know this for sure thou

for example, does the following work?...

encAlg.IV = new byte[encAlg.IV.Length];
sIn.Read(encAlg.IV, 0, encAlg.IV.Length);


Life goes very fast. Tomorrow, today is already yesterday.

GeneralRe: Cryptography - why can't I load the IV directly? Pin
OriginalGriff27-Apr-09 6:13
mveOriginalGriff27-Apr-09 6:13 
QuestionReturn the Stack Trace of another process. Pin
Chris Sims27-Apr-09 5:36
Chris Sims27-Apr-09 5:36 
QuestionStored Procedure Pin
kibromg27-Apr-09 5:34
kibromg27-Apr-09 5:34 
AnswerRe: Stored Procedure Pin
Le centriste27-Apr-09 5:44
Le centriste27-Apr-09 5:44 
AnswerRe: Stored Procedure Pin
Member 103390727-Apr-09 9:00
Member 103390727-Apr-09 9:00 
GeneralRe: Stored Procedure Pin
kibromg28-Apr-09 0:36
kibromg28-Apr-09 0:36 
GeneralRe: Stored Procedure Pin
Member 103390730-Apr-09 4:45
Member 103390730-Apr-09 4:45 
Questionaraye Pin
mostafatajamolian27-Apr-09 5:30
mostafatajamolian27-Apr-09 5:30 
AnswerRe: araye Pin
Nagy Vilmos27-Apr-09 5:52
professionalNagy Vilmos27-Apr-09 5:52 
JokeRe: araye Pin
OriginalGriff27-Apr-09 6:16
mveOriginalGriff27-Apr-09 6:16 
AnswerRe: araye Pin
Rolando CC27-Apr-09 5:53
professionalRolando CC27-Apr-09 5:53 
AnswerRe: araye Pin
Rolando CC27-Apr-09 6:19
professionalRolando CC27-Apr-09 6:19 
QuestionfolderBrowserDialog is not visible while installing the application ? Pin
Dattatraya K27-Apr-09 5:29
Dattatraya K27-Apr-09 5:29 
AnswerRe: folderBrowserDialog is not visible while installing the application ? Pin
MikaEG27-Apr-09 9:54
MikaEG27-Apr-09 9:54 
GeneralRe: folderBrowserDialog is not visible while installing the application ? Pin
Dattatraya K27-Apr-09 19:55
Dattatraya K27-Apr-09 19:55 
Questioni need help with a cryptography exception! Pin
Roshanakak27-Apr-09 3:29
Roshanakak27-Apr-09 3:29 
AnswerRe: i need help with a cryptography exception! Pin
Simon P Stevens27-Apr-09 5:10
Simon P Stevens27-Apr-09 5: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.