Click here to Skip to main content
15,908,776 members
Home / Discussions / C#
   

C#

 
AnswerRe: Language(s) behind flash Pin
Manas Bhardwaj25-Sep-09 18:01
professionalManas Bhardwaj25-Sep-09 18:01 
GeneralRe: Language(s) behind flash Pin
alrsds25-Sep-09 19:04
alrsds25-Sep-09 19:04 
JokeRe: Language(s) behind flash Pin
nagendrathecoder25-Sep-09 20:28
nagendrathecoder25-Sep-09 20:28 
Questionusing Windows Product Key to fingerprint an installation? Pin
was830925-Sep-09 12:51
was830925-Sep-09 12:51 
AnswerRe: using Windows Product Key to fingerprint an installation? Pin
PIEBALDconsult25-Sep-09 13:08
mvePIEBALDconsult25-Sep-09 13:08 
AnswerRe: using Windows Product Key to fingerprint an installation? Pin
Dave Kreskowiak25-Sep-09 15:41
mveDave Kreskowiak25-Sep-09 15:41 
GeneralRe: using Windows Product Key to fingerprint an installation? Pin
was830925-Sep-09 16:16
was830925-Sep-09 16:16 
GeneralRe: using Windows Product Key to fingerprint an installation? Pin
Christian Graus25-Sep-09 16:27
protectorChristian Graus25-Sep-09 16:27 
The way we did it, was to have an online license generator, which generates a response key. That key is then stored in a file, so we can check for it. It's a checksum based on their license key and a unique id generated from the machine processor, network card, etc. If the app requires the web, you could make it check online every time, but the core point is, our software is disconnected from the license keys ( we can just bulk produce DVDs ), but, each key we give out will only work for a certain number of machines, so your licenses are secure so long as no-one reverse engineers your app and removes the license check altogether.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: using Windows Product Key to fingerprint an installation? Pin
Dave Kreskowiak25-Sep-09 18:36
mveDave Kreskowiak25-Sep-09 18:36 
AnswerRe: using Windows Product Key to fingerprint an installation? Pin
Richard MacCutchan25-Sep-09 23:54
mveRichard MacCutchan25-Sep-09 23:54 
GeneralRe: using Windows Product Key to fingerprint an installation? Pin
was830927-Sep-09 8:17
was830927-Sep-09 8:17 
AnswerRe: using Windows Product Key to fingerprint an installation? Pin
harold aptroot26-Sep-09 3:33
harold aptroot26-Sep-09 3:33 
AnswerRe: using Windows Product Key to fingerprint an installation? Pin
was830927-Sep-09 8:27
was830927-Sep-09 8:27 
QuestionFirst programming project what are my choices for storing data. Pin
PROPZ_7625-Sep-09 12:05
PROPZ_7625-Sep-09 12:05 
AnswerRe: First programming project what are my choices for storing data. Pin
PIEBALDconsult25-Sep-09 12:13
mvePIEBALDconsult25-Sep-09 12:13 
AnswerRe: First programming project what are my choices for storing data. Pin
Christian Graus25-Sep-09 12:35
protectorChristian Graus25-Sep-09 12:35 
AnswerRe: First programming project what are my choices for storing data. Pin
Alan Balkany28-Sep-09 5:05
Alan Balkany28-Sep-09 5:05 
GeneralRe: First programming project what are my choices for storing data. Pin
PROPZ_7628-Sep-09 12:24
PROPZ_7628-Sep-09 12:24 
QuestionTake a databse back up with LINQ ? Pin
Mohammad Dayyan25-Sep-09 10:30
Mohammad Dayyan25-Sep-09 10:30 
AnswerRe: Take a databse back up qith LINQ ? Pin
Richard MacCutchan25-Sep-09 10:51
mveRichard MacCutchan25-Sep-09 10:51 
Questionabout C# books Pin
CoderForEver25-Sep-09 9:51
CoderForEver25-Sep-09 9:51 
AnswerRe: about C# books Pin
Pete O'Hanlon25-Sep-09 11:22
mvePete O'Hanlon25-Sep-09 11:22 
GeneralRe: about C# books Pin
CoderForEver25-Sep-09 23:50
CoderForEver25-Sep-09 23:50 
GeneralRe: about C# books Pin
Richard MacCutchan26-Sep-09 0:00
mveRichard MacCutchan26-Sep-09 0:00 
GeneralRe: about C# books Pin
CoderForEver26-Sep-09 0:20
CoderForEver26-Sep-09 0:20 

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.