Click here to Skip to main content
15,921,643 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Concurrency Violation: the update command affected 0 of the expected 1 records.? Pin
Dave Kreskowiak20-Sep-07 4:02
mveDave Kreskowiak20-Sep-07 4:02 
GeneralRe: Concurrency Violation: the update command affected 0 of the expected 1 records.? Pin
Mr Oizo20-Sep-07 8:25
Mr Oizo20-Sep-07 8:25 
Questionjava Pin
kendo1719-Sep-07 8:12
kendo1719-Sep-07 8:12 
AnswerRe: java Pin
Dave Kreskowiak19-Sep-07 8:27
mveDave Kreskowiak19-Sep-07 8:27 
GeneralRe: java Pin
kendo1719-Sep-07 10:26
kendo1719-Sep-07 10:26 
GeneralRe: java Pin
Dave Kreskowiak19-Sep-07 10:31
mveDave Kreskowiak19-Sep-07 10:31 
QuestionLicensing Pin
Dreamer200719-Sep-07 6:02
Dreamer200719-Sep-07 6:02 
AnswerRe: Licensing Pin
Dave Kreskowiak19-Sep-07 6:43
mveDave Kreskowiak19-Sep-07 6:43 
By being very creative?? Really, if we all just said how we do it, we'd be violating our own security by "giving away the keys to the kingdom." The key is hiding your information in plain sight by employing judicious use camouflage.

VB6 isn't supported by Microsoft anymore, and so library support for VB6 is also fading. Libraries that do things like registration and expiring trials.

You'd have to come up with your a method of using and encrypting data that you use to determine the date the app was installed, or the number of times the app was run, or how long the app has been running, or ..., or ..., and even any combination of those information. You store it in some out of the way place that's on everyones machine, either in the Registry or the filesystem somewhere, or both using filenames and registry keys that look like they belong there.



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionUsing window service Pin
Code_Addict19-Sep-07 4:56
Code_Addict19-Sep-07 4:56 
AnswerRe: Using window service Pin
Tom Deketelaere19-Sep-07 5:18
professionalTom Deketelaere19-Sep-07 5:18 
GeneralRe: Using window service Pin
Code_Addict19-Sep-07 5:31
Code_Addict19-Sep-07 5:31 
AnswerRe: Using window service Pin
Dave Kreskowiak19-Sep-07 6:35
mveDave Kreskowiak19-Sep-07 6:35 
QuestionComparing FIELD by FIELD in two files Pin
Ravi Mahavrathayajula19-Sep-07 4:20
Ravi Mahavrathayajula19-Sep-07 4:20 
AnswerRe: Comparing FIELD by FIELD in two files Pin
GuyThiebaut19-Sep-07 4:56
professionalGuyThiebaut19-Sep-07 4:56 
GeneralRe: Comparing FIELD by FIELD in two files Pin
Ravi Mahavrathayajula19-Sep-07 4:57
Ravi Mahavrathayajula19-Sep-07 4:57 
GeneralRe: Comparing FIELD by FIELD in two files Pin
GuyThiebaut19-Sep-07 5:41
professionalGuyThiebaut19-Sep-07 5:41 
GeneralRe: Comparing FIELD by FIELD in two files Pin
Ravi Mahavrathayajula19-Sep-07 6:23
Ravi Mahavrathayajula19-Sep-07 6:23 
GeneralRe: Comparing FIELD by FIELD in two files Pin
GuyThiebaut19-Sep-07 7:00
professionalGuyThiebaut19-Sep-07 7:00 
GeneralRe: Comparing FIELD by FIELD in two files Pin
Ravi Mahavrathayajula19-Sep-07 9:45
Ravi Mahavrathayajula19-Sep-07 9:45 
GeneralRe: Comparing FIELD by FIELD in two files Pin
GuyThiebaut19-Sep-07 9:49
professionalGuyThiebaut19-Sep-07 9:49 
GeneralRe: Comparing FIELD by FIELD in two files Pin
Luc Pattyn19-Sep-07 9:58
sitebuilderLuc Pattyn19-Sep-07 9:58 
QuestionExtra spaces converted to Non Printable (Unicode Replacement Glyph ) character in VB.net office automation Pin
rahul.barik19-Sep-07 3:18
rahul.barik19-Sep-07 3:18 
QuestionFile I/O - Use a data table ? Pin
barney_197219-Sep-07 2:46
barney_197219-Sep-07 2:46 
AnswerRe: File I/O - Use a data table ? Pin
GuyThiebaut19-Sep-07 3:29
professionalGuyThiebaut19-Sep-07 3:29 
GeneralRe: File I/O - Use a data table ? Pin
barney_197219-Sep-07 3:53
barney_197219-Sep-07 3:53 

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.