Click here to Skip to main content
15,895,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: Barcode Application Pin
stancrm4-Aug-06 22:35
stancrm4-Aug-06 22:35 
Questionhow to add EventHandlers? Pin
yousafzai4-Aug-06 21:38
yousafzai4-Aug-06 21:38 
AnswerRe: how to add EventHandlers? Pin
Stefan Troschuetz4-Aug-06 21:52
Stefan Troschuetz4-Aug-06 21:52 
QuestionComponent with context menu on design mode ? Pin
Ariston Darmayuda4-Aug-06 20:54
Ariston Darmayuda4-Aug-06 20:54 
QuestionRichtext box Ctrl + I Pin
AB77714-Aug-06 20:22
AB77714-Aug-06 20:22 
AnswerRe: Richtext box Ctrl + I Pin
Dave Kreskowiak5-Aug-06 4:35
mveDave Kreskowiak5-Aug-06 4:35 
GeneralRe: Richtext box Ctrl + I Pin
AB77716-Aug-06 19:09
AB77716-Aug-06 19:09 
QuestionSecuring Software Pin
Stick^4-Aug-06 20:16
Stick^4-Aug-06 20:16 
I recently released a shareware application, and have protected my software with one-way encryption algorythms that allow me to generate cyptographically secure keys which my registered users enter into their application to unlock it. Everything works fine, and it is more than secure enough for my needs.

However, the keys I generate are quite lengthy... like this:

// BEGIN KEY
0wneCg7KCAfJXofTWk2l8opXv3xfCubmRnE5LdsJW3TP0I9WCILizvw2mN5qnugVsp/guotw5XdR2za7ofP761BhdHJpY2sgV2F5Z2hwd2F1Z2hAY29tY2FzdC5uZXRHYXVnZUdsb3cgVG9vbA==
// END KEY
* Note: don't bother trying to use this one (it won't work)

And what I'd really like is a key that looks more like this:

MVE-452-KJ3-2VE

Anyone point me in the right direction?


Stick
AnswerRe: Securing Software Pin
Christian Graus4-Aug-06 22:58
protectorChristian Graus4-Aug-06 22:58 
GeneralRe: Securing Software Pin
Stick^4-Aug-06 23:35
Stick^4-Aug-06 23:35 
GeneralRe: Securing Software Pin
Christian Graus4-Aug-06 23:45
protectorChristian Graus4-Aug-06 23:45 
QuestionHow to host a socket server Pin
vik204-Aug-06 20:12
vik204-Aug-06 20:12 
Questionhow to convert float value to time? Pin
Nagraj Naik4-Aug-06 19:44
Nagraj Naik4-Aug-06 19:44 
AnswerRe: how to convert float value to time? Pin
Expert Coming4-Aug-06 21:09
Expert Coming4-Aug-06 21:09 
QuestionHow to assign a specific value to all the array elements at the time of initilization? Pin
signbit4-Aug-06 19:29
signbit4-Aug-06 19:29 
AnswerRe: How to assign a specific value to all the array elements at the time of initilization? Pin
Stefan Troschuetz4-Aug-06 21:46
Stefan Troschuetz4-Aug-06 21:46 
QuestionInvalid certificate [modified] Pin
stellasworkinc4-Aug-06 17:35
stellasworkinc4-Aug-06 17:35 
QuestionDear Expert .. Problem with Thread Pin
Aldorado4-Aug-06 12:54
Aldorado4-Aug-06 12:54 
AnswerRe: Dear Expert .. Problem with Thread Pin
Rob Graham4-Aug-06 16:18
Rob Graham4-Aug-06 16:18 
GeneralRe: Dear Expert .. Problem with Thread Pin
Aldorado5-Aug-06 21:28
Aldorado5-Aug-06 21:28 
GeneralRe: Dear Expert .. Problem with Thread Pin
Rob Graham7-Aug-06 5:45
Rob Graham7-Aug-06 5:45 
QuestionA new type of number incrementor.... perhaps? Pin
CAgent0074-Aug-06 12:08
CAgent0074-Aug-06 12:08 
AnswerRe: A new type of number incrementor.... perhaps? Pin
Guffa4-Aug-06 12:15
Guffa4-Aug-06 12:15 
GeneralRe: A new type of number incrementor.... perhaps? Pin
CAgent0075-Aug-06 10:52
CAgent0075-Aug-06 10:52 
QuestionRe: A new type of number incrementor.... perhaps? Pin
CAgent0076-Aug-06 11:27
CAgent0076-Aug-06 11:27 

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.