Click here to Skip to main content
15,925,255 members
Home / Discussions / C#
   

C#

 
AnswerRe: Memory Usage Pin
Guffa13-Sep-07 3:28
Guffa13-Sep-07 3:28 
GeneralRe: Memory Usage Pin
student_rhr13-Sep-07 4:12
student_rhr13-Sep-07 4:12 
GeneralRe: Memory Usage Pin
Lutosław13-Sep-07 4:53
Lutosław13-Sep-07 4:53 
AnswerRe: Memory Usage Pin
Urs Enzler13-Sep-07 3:57
Urs Enzler13-Sep-07 3:57 
AnswerRe: Memory Usage Pin
Judah Gabriel Himango13-Sep-07 9:47
sponsorJudah Gabriel Himango13-Sep-07 9:47 
QuestionReversible Cipher Question Pin
paas13-Sep-07 3:20
paas13-Sep-07 3:20 
AnswerRe: Reversible Cipher Question Pin
Colin Angus Mackay13-Sep-07 3:28
Colin Angus Mackay13-Sep-07 3:28 
AnswerRe: Reversible Cipher Question Pin
Dan Neely13-Sep-07 3:58
Dan Neely13-Sep-07 3:58 
do you mean convert the crypttext into something that looks like ABLKSJFHUIWKLDHALSDHQWE... or to capitalize the contents of the encrypted text while keeping it encrypted? The later as the other poster mentioned is impossible. The simplest way to do the former would be to map each 8 bit value onto one of the first 256 2 upper case character pairs. eg

0x00 = AA
0x01 = AB
..
0x1A = AZ
0x1B = BA
...

--
If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

GeneralRe: Reversible Cipher Question Pin
paas13-Sep-07 4:24
paas13-Sep-07 4:24 
GeneralRe: Reversible Cipher Question Pin
Mark Churchill13-Sep-07 15:29
Mark Churchill13-Sep-07 15:29 
AnswerRe: Reversible Cipher Question Pin
Luc Pattyn13-Sep-07 4:07
sitebuilderLuc Pattyn13-Sep-07 4:07 
GeneralRe: Reversible Cipher Question Pin
Dan Neely13-Sep-07 4:42
Dan Neely13-Sep-07 4:42 
QuestionWhat is the best way of security that ensure that my application be authorised to the only pruchaser? Pin
Yasser Abu Elmakarem13-Sep-07 3:17
Yasser Abu Elmakarem13-Sep-07 3:17 
AnswerRe: What is the best way of security that ensure that my application be authorised to the only pruchaser? Pin
Luc Pattyn13-Sep-07 4:12
sitebuilderLuc Pattyn13-Sep-07 4:12 
QuestionHow to open my application without installing dot net framework? Pin
Yasser Abu Elmakarem13-Sep-07 3:07
Yasser Abu Elmakarem13-Sep-07 3:07 
AnswerRe: How to open my application without installing dot net framework? Pin
Pete O'Hanlon13-Sep-07 3:10
mvePete O'Hanlon13-Sep-07 3:10 
Questiontextbox help Pin
KppsK13-Sep-07 2:42
KppsK13-Sep-07 2:42 
AnswerRe: textbox help Pin
Giorgi Dalakishvili13-Sep-07 2:59
mentorGiorgi Dalakishvili13-Sep-07 2:59 
GeneralRe: textbox help Pin
Frank Kerrigan13-Sep-07 6:23
Frank Kerrigan13-Sep-07 6:23 
GeneralRe: textbox help Pin
KppsK15-Sep-07 12:01
KppsK15-Sep-07 12:01 
QuestionDatagrid problem Pin
Nishad8513-Sep-07 2:06
Nishad8513-Sep-07 2:06 
AnswerRe: Datagrid problem Pin
Frank Kerrigan13-Sep-07 6:21
Frank Kerrigan13-Sep-07 6:21 
QuestionRegistry Auditing and Permissions Pin
Harkamal Singh13-Sep-07 2:02
Harkamal Singh13-Sep-07 2:02 
AnswerRe: Registry Auditing and Permissions Pin
Giorgi Dalakishvili13-Sep-07 2:14
mentorGiorgi Dalakishvili13-Sep-07 2:14 
QuestionListBox problem Pin
mihksoft13-Sep-07 2:01
mihksoft13-Sep-07 2:01 

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.