Click here to Skip to main content
15,889,867 members
Home / Discussions / C#
   

C#

 
Generalregd dialogs Pin
karteek13-May-04 3:41
karteek13-May-04 3:41 
GeneralRe: regd dialogs Pin
Heath Stewart13-May-04 3:47
protectorHeath Stewart13-May-04 3:47 
GeneralRe: regd dialogs Pin
karteek13-May-04 4:07
karteek13-May-04 4:07 
GeneralRe: regd dialogs Pin
Heath Stewart13-May-04 4:51
protectorHeath Stewart13-May-04 4:51 
GeneralCancel more than a click Pin
sreejith ss nair13-May-04 2:55
sreejith ss nair13-May-04 2:55 
GeneralRe: Cancel more than a click Pin
Heath Stewart13-May-04 3:19
protectorHeath Stewart13-May-04 3:19 
GeneralDES Crypto help Pin
yyzzababa13-May-04 2:43
yyzzababa13-May-04 2:43 
GeneralRe: DES Crypto help Pin
gek_at13-May-04 2:50
gek_at13-May-04 2:50 
It's not possible to detect if it has been encrypted. The ASCII-table method does not work if someone wants to encrypt a binary file for example.

Your best bet will be to change the file extension on encryption and detect encrypted files according to the extension. Say you have a file "secrect.doc". On encryption, your application could rename it to "secret.doc.enc". When the user wants to decrypt files, he can be displayed only those files that have the extension .enc.

HTH. Greets,
Daniel

---
SharpPrivacy - A free OpenPGP Implementation in c#
http://sharpprivacy.sf.net
GeneralRe: DES Crypto help Pin
Heath Stewart13-May-04 3:23
protectorHeath Stewart13-May-04 3:23 
GeneralRe: DES Crypto help Pin
gek_at13-May-04 3:50
gek_at13-May-04 3:50 
GeneralRe: DES Crypto help Pin
Heath Stewart13-May-04 3:56
protectorHeath Stewart13-May-04 3:56 
GeneralRe: DES Crypto help Pin
gek_at13-May-04 4:53
gek_at13-May-04 4:53 
GeneralRe: DES Crypto help Pin
Heath Stewart13-May-04 3:26
protectorHeath Stewart13-May-04 3:26 
GeneralInter Process Communication Pin
gek_at13-May-04 2:31
gek_at13-May-04 2:31 
GeneralRe: Inter Process Communication Pin
Heath Stewart13-May-04 3:45
protectorHeath Stewart13-May-04 3:45 
GeneralRe: Inter Process Communication Pin
gek_at13-May-04 8:18
gek_at13-May-04 8:18 
Questionhow do I marshal lpvoid pointer in a funcion? Pin
Paolo Ponzano13-May-04 2:24
Paolo Ponzano13-May-04 2:24 
AnswerRe: how do I marshal lpvoid pointer in a funcion? Pin
Heath Stewart13-May-04 3:29
protectorHeath Stewart13-May-04 3:29 
GeneralRe: how do I marshal lpvoid pointer in a funcion? Pin
Paolo Ponzano13-May-04 4:40
Paolo Ponzano13-May-04 4:40 
GeneralRe: how do I marshal lpvoid pointer in a funcion? Pin
Heath Stewart13-May-04 5:04
protectorHeath Stewart13-May-04 5:04 
GeneralRe: how do I marshal lpvoid pointer in a funcion? Pin
Paolo Ponzano13-May-04 5:27
Paolo Ponzano13-May-04 5:27 
GeneralRe: how do I marshal lpvoid pointer in a funcion? Pin
Heath Stewart13-May-04 6:21
protectorHeath Stewart13-May-04 6:21 
GeneralRe: how do I marshal lpvoid pointer in a funcion? Pin
Paolo Ponzano13-May-04 7:20
Paolo Ponzano13-May-04 7:20 
GeneralRe: how do I marshal lpvoid pointer in a funcion? Pin
Heath Stewart13-May-04 9:37
protectorHeath Stewart13-May-04 9:37 
GeneralRe: how do I marshal lpvoid pointer in a funcion? Pin
Paolo Ponzano13-May-04 11:43
Paolo Ponzano13-May-04 11:43 

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.