Click here to Skip to main content
15,905,071 members
Home / Discussions / C#
   

C#

 
AnswerRe: Military time project Pin
Guffa27-Apr-09 7:32
Guffa27-Apr-09 7:32 
GeneralRe: Military time project Pin
Luc Pattyn27-Apr-09 7:44
sitebuilderLuc Pattyn27-Apr-09 7:44 
GeneralRe: Military time project Pin
OriginalGriff27-Apr-09 8:14
mveOriginalGriff27-Apr-09 8:14 
AnswerRe: Military time project Pin
harold aptroot27-Apr-09 7:40
harold aptroot27-Apr-09 7:40 
AnswerRe: Military time project Pin
Ennis Ray Lynch, Jr.27-Apr-09 8:22
Ennis Ray Lynch, Jr.27-Apr-09 8:22 
Question3D data visualization Pin
ehsan salehi27-Apr-09 6:47
ehsan salehi27-Apr-09 6:47 
GeneralRe: 3D data visualization Pin
harold aptroot27-Apr-09 7:41
harold aptroot27-Apr-09 7:41 
GeneralRe: 3D data visualization Pin
ehsan salehi27-Apr-09 19:29
ehsan salehi27-Apr-09 19:29 
GeneralRe: 3D data visualization Pin
harold aptroot28-Apr-09 2:12
harold aptroot28-Apr-09 2:12 
GeneralRe: 3D data visualization Pin
ehsan salehi29-Apr-09 1:50
ehsan salehi29-Apr-09 1:50 
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 

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.