Click here to Skip to main content
15,892,737 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralFormat of Crystal Reports ?. Pin
r_mohd29-Mar-08 0:00
r_mohd29-Mar-08 0:00 
GeneralRe: Format of Crystal Reports ?. Pin
ChandraRam31-Mar-08 1:55
ChandraRam31-Mar-08 1:55 
GeneralRe: Format of Crystal Reports ?. Pin
r_mohd31-Mar-08 21:20
r_mohd31-Mar-08 21:20 
GeneralRe: Format of Crystal Reports ?. Pin
ChandraRam31-Mar-08 22:45
ChandraRam31-Mar-08 22:45 
QuestionHow to make trial version software in vb.net Pin
Krishnraj28-Mar-08 20:46
Krishnraj28-Mar-08 20:46 
GeneralRe: How to make trial version software in vb.net Pin
Rupesh Kumar Swami28-Mar-08 21:34
Rupesh Kumar Swami28-Mar-08 21:34 
GeneralRe: How to make trial version software in vb.net Pin
Krishnraj28-Mar-08 23:30
Krishnraj28-Mar-08 23:30 
GeneralRe: How to make trial version software in vb.net Pin
Rupesh Kumar Swami29-Mar-08 2:00
Rupesh Kumar Swami29-Mar-08 2:00 
hi,
you put code for key creation at load event of application startup form. Follow step
1. first check whether registry key is created or not ?
2. if not, then create registry key and set some parameter like FirstUsedDate, lastUsedDate, VersionType etc.
3. if registry key is already created, then check firstUsedDate and add trial day to this date. now after adding days if validation period is over or current date is lower than the FirstUsedDate, then change version type to "trialexpired"

use above logic for trial .You can use some other logic
one more thing, by mistake i can copy wrong link in previous post but now this is correct. so read this link.

hope this helps

Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

My Company

GeneralRe: How to make trial version software in vb.net Pin
Fahad Sadah30-Mar-08 0:25
Fahad Sadah30-Mar-08 0:25 
GeneralRe: How to make trial version software in vb.net Pin
Rupesh Kumar Swami30-Mar-08 0:49
Rupesh Kumar Swami30-Mar-08 0:49 
GeneralRe: How to make trial version software in vb.net Pin
Fahad Sadah30-Mar-08 0:51
Fahad Sadah30-Mar-08 0:51 
GeneralRe: How to make trial version software in vb.net Pin
Krishnraj30-Mar-08 20:14
Krishnraj30-Mar-08 20:14 
GeneralRe: How to make trial version software in vb.net Pin
Rupesh Kumar Swami31-Mar-08 1:09
Rupesh Kumar Swami31-Mar-08 1:09 
GeneralRe: How to make trial version software in vb.net Pin
Krishnraj31-Mar-08 1:15
Krishnraj31-Mar-08 1:15 
GeneralRe: How to make trial version software in vb.net Pin
Dominick Marciano2-Jun-08 7:06
professionalDominick Marciano2-Jun-08 7:06 
QuestionCristal Report Problem in VB.Net [modified] Pin
Satya2628-Mar-08 19:43
Satya2628-Mar-08 19:43 
Generalproblems insert data in database using table adapter Pin
AAGTHosting28-Mar-08 11:27
AAGTHosting28-Mar-08 11:27 
GeneralRe: problems insert data in database using table adapter Pin
Karrar Ketawi30-Mar-08 1:56
Karrar Ketawi30-Mar-08 1:56 
GeneralRe: problems insert data in database using table adapter Pin
AAGTHosting31-Mar-08 5:55
AAGTHosting31-Mar-08 5:55 
GeneralRe: problems insert data in database using table adapter Pin
Karrar Ketawi31-Mar-08 7:21
Karrar Ketawi31-Mar-08 7:21 
GeneralRe: problems insert data in database using table adapter Pin
AAGTHosting31-Mar-08 7:41
AAGTHosting31-Mar-08 7:41 
GeneralRe: problems insert data in database using table adapter Pin
Sourie13-Sep-08 8:00
Sourie13-Sep-08 8:00 
QuestionEncryption Pin
KreativeKai28-Mar-08 9:21
professionalKreativeKai28-Mar-08 9:21 
GeneralRe: Encryption Pin
AlexeiXX328-Mar-08 9:28
AlexeiXX328-Mar-08 9:28 
GeneralRe: Encryption Pin
KreativeKai31-Mar-08 3:58
professionalKreativeKai31-Mar-08 3:58 

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.