Click here to Skip to main content
16,010,334 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: w to Frozen DGV columns Pin
Dave Kreskowiak6-Apr-07 3:44
mveDave Kreskowiak6-Apr-07 3:44 
GeneralRe: w to Frozen DGV columns Pin
cstrader2326-Apr-07 4:03
cstrader2326-Apr-07 4:03 
GeneralRe: w to Frozen DGV columns Pin
Dave Kreskowiak6-Apr-07 4:27
mveDave Kreskowiak6-Apr-07 4:27 
GeneralRe: w to Frozen DGV columns Pin
cstrader2326-Apr-07 4:33
cstrader2326-Apr-07 4:33 
Questionhow to build a trial version of an application? Pin
Mr.Kode5-Apr-07 11:14
Mr.Kode5-Apr-07 11:14 
AnswerRe: how to build a trial version of an application? Pin
Dave Kreskowiak6-Apr-07 3:47
mveDave Kreskowiak6-Apr-07 3:47 
GeneralRe: how to build a trial version of an application? Pin
Mr.Kode6-Apr-07 11:13
Mr.Kode6-Apr-07 11:13 
AnswerRe: how to build a trial version of an application? Pin
Thomas Stockwell6-Apr-07 15:51
professionalThomas Stockwell6-Apr-07 15:51 
I have set up some of my programs with the following settings:

I have a file called Activation.dat that stores number of days left, trial start date, last recorded date, and trial type. If the file is missing the program will not execute. If the current date is less than the last recorded date the program will not execute. If the days left expires, the program will not execute. if the days between the trial start date and the last recorded date is greater than trial period, the program will not execute. When any condition voids the trial, the activation.dat file will only store the word expired which will prevent all further attempts. All of this is using high quality encryption and is checked for all versions of trials/shareware copies of the program.

You might even want to write a value to the registry which pretty much will be unedited by the average user that will prevent further installations of the program.



Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my homepage Oracle Studios[^]

GeneralRe: how to build a trial version of an application? Pin
Mr.Kode6-Apr-07 20:56
Mr.Kode6-Apr-07 20:56 
AnswerRe: how to build a trial version of an application? Pin
zwaailicht29-Nov-07 10:13
zwaailicht29-Nov-07 10:13 
QuestionHelp! Can anyone give me a simple code about drawing Metafile (use the memorystream)? Pin
astcws5-Apr-07 9:55
astcws5-Apr-07 9:55 
QuestionActive row after datagrid refresh? Pin
lucyzhu5-Apr-07 4:47
lucyzhu5-Apr-07 4:47 
AnswerRe: Active row after datagrid refresh? Pin
Sathesh Sakthivel5-Apr-07 6:58
Sathesh Sakthivel5-Apr-07 6:58 
QuestionActive row after datagrid refresh? Pin
lucyzhu5-Apr-07 4:47
lucyzhu5-Apr-07 4:47 
QuestionVB.Net and INI file Pin
directred5-Apr-07 3:33
directred5-Apr-07 3:33 
AnswerRe: VB.Net and INI file Pin
MatrixCoder5-Apr-07 5:32
MatrixCoder5-Apr-07 5:32 
AnswerRe: VB.Net and INI file Pin
kubben5-Apr-07 5:55
kubben5-Apr-07 5:55 
QuestionUsing a ComboBox for a Cell in a DataGridView Pin
RichFeldman5-Apr-07 3:27
RichFeldman5-Apr-07 3:27 
AnswerRe: Using a ComboBox for a Cell in a DataGridView Pin
Dave Kreskowiak6-Apr-07 4:24
mveDave Kreskowiak6-Apr-07 4:24 
GeneralRe: Using a ComboBox for a Cell in a DataGridView Pin
RichFeldman6-Apr-07 5:56
RichFeldman6-Apr-07 5:56 
GeneralRe: Using a ComboBox for a Cell in a DataGridView Pin
Dave Kreskowiak6-Apr-07 14:34
mveDave Kreskowiak6-Apr-07 14:34 
Questionabt help Pin
kripa215-Apr-07 1:19
kripa215-Apr-07 1:19 
AnswerRe: abt help Pin
nlarson115-Apr-07 2:01
nlarson115-Apr-07 2:01 
GeneralRe: abt help Pin
kripa215-Apr-07 2:27
kripa215-Apr-07 2:27 
QuestionUpdating Dataset Pin
nitin_ion5-Apr-07 1:18
nitin_ion5-Apr-07 1:18 

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.