Click here to Skip to main content
15,895,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionEdit the data in a detail view at run time Pin
Rock Star.3-Jul-08 23:59
Rock Star.3-Jul-08 23:59 
AnswerRe: Edit the data in a detail view at run time Pin
Vimalsoft(Pty) Ltd4-Jul-08 4:45
professionalVimalsoft(Pty) Ltd4-Jul-08 4:45 
Questionrestrict project to run only 20 times Pin
vijaylumar3-Jul-08 23:20
vijaylumar3-Jul-08 23:20 
AnswerRe: restrict project to run only 20 times Pin
Rupesh Kumar Swami3-Jul-08 23:29
Rupesh Kumar Swami3-Jul-08 23:29 
GeneralRe: restrict project to run only 20 times Pin
vijaylumar3-Jul-08 23:46
vijaylumar3-Jul-08 23:46 
AnswerRe: restrict project to run only 20 times Pin
jeipiyaku4-Jul-08 0:00
jeipiyaku4-Jul-08 0:00 
GeneralRe: restrict project to run only 20 times Pin
LloydA1114-Jul-08 12:07
LloydA1114-Jul-08 12:07 
AnswerRe: restrict project to run only 20 times Pin
Christian Graus4-Jul-08 0:44
protectorChristian Graus4-Jul-08 0:44 
vijaylumar wrote:
if the software is loaded into another system then it should not run


That's not possible. Each machine will store the number of times run, if you write code to do it. If the user finds how you stored it, they can easily reset it. A new install can't tell if the same user has run it on another machine.

The only way to do that, is to make the machine require the internet. Then you can give a license code for your demo, have it use a webservice to store how often it's been run and to check every time the user runs it. Of course, given it's a .NET program, users can decompile your code, remove the check and recompile it.

Christian Graus

Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.

QuestionAdding DLL Dynamically Pin
jeipiyaku3-Jul-08 23:00
jeipiyaku3-Jul-08 23:00 
AnswerRe: Adding DLL Dynamically Pin
jzonthemtn4-Jul-08 2:18
jzonthemtn4-Jul-08 2:18 
GeneralRe: Adding DLL Dynamically Pin
jeipiyaku4-Jul-08 2:24
jeipiyaku4-Jul-08 2:24 
QuestionNo designer when adding a new typed dataset Pin
steve_rm3-Jul-08 22:56
steve_rm3-Jul-08 22:56 
QuestionForm con più panel Pin
zagari3-Jul-08 22:45
zagari3-Jul-08 22:45 
AnswerRe: Form con più panel Pin
Rupesh Kumar Swami3-Jul-08 23:25
Rupesh Kumar Swami3-Jul-08 23:25 
Questionusing variable instead of listbox Pin
shee_dee863-Jul-08 22:05
shee_dee863-Jul-08 22:05 
AnswerRe: using variable instead of listbox Pin
Chinners3-Jul-08 22:27
Chinners3-Jul-08 22:27 
AnswerRe: using variable instead of listbox Pin
Steven J Jowett3-Jul-08 22:29
Steven J Jowett3-Jul-08 22:29 
AnswerRe: using variable instead of listbox Pin
Rupesh Kumar Swami3-Jul-08 22:38
Rupesh Kumar Swami3-Jul-08 22:38 
QuestionADODC ConnectionString App.Path VB6 Pin
Amit Battan Ror3-Jul-08 18:51
Amit Battan Ror3-Jul-08 18:51 
AnswerRe: ADODC ConnectionString App.Path VB6 Pin
Amit Battan Ror3-Jul-08 19:19
Amit Battan Ror3-Jul-08 19:19 
GeneralRe: ADODC ConnectionString App.Path VB6 Pin
jeipiyaku3-Jul-08 23:06
jeipiyaku3-Jul-08 23:06 
AnswerRe: ADODC ConnectionString App.Path VB6 Pin
Paul Conrad4-Jul-08 7:51
professionalPaul Conrad4-Jul-08 7:51 
Questioncall a function Pin
shee_dee863-Jul-08 17:37
shee_dee863-Jul-08 17:37 
AnswerRe: call a function Pin
Colin Angus Mackay3-Jul-08 20:36
Colin Angus Mackay3-Jul-08 20:36 
GeneralRe: call a function Pin
CARPETBURNER3-Jul-08 22:46
CARPETBURNER3-Jul-08 22:46 

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.