Click here to Skip to main content
16,006,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow can I suspend a Do While - Loop for a specific of time? Pin
JUNEYT27-Mar-07 11:08
JUNEYT27-Mar-07 11:08 
QuestionRe: How can I suspend a Do While - Loop for a specific of time? Pin
Jelle Stokroos27-Mar-07 11:50
Jelle Stokroos27-Mar-07 11:50 
AnswerRe: How can I suspend a Do While - Loop for a specific of time? Pin
JUNEYT27-Mar-07 12:10
JUNEYT27-Mar-07 12:10 
GeneralRe: How can I suspend a Do While - Loop for a specific of time? Pin
TwoFaced27-Mar-07 13:17
TwoFaced27-Mar-07 13:17 
GeneralRe: How can I suspend a Do While - Loop for a specific of time? Pin
Jelle Stokroos27-Mar-07 23:24
Jelle Stokroos27-Mar-07 23:24 
GeneralRe: How can I suspend a Do While - Loop for a specific of time? Pin
JUNEYT28-Mar-07 1:44
JUNEYT28-Mar-07 1:44 
Questionzow to make a demo software Pin
wmansory27-Mar-07 7:29
wmansory27-Mar-07 7:29 
AnswerRe: zow to make a demo software Pin
Christian Graus27-Mar-07 7:44
protectorChristian Graus27-Mar-07 7:44 
You really can't do much more than anyone else does, which is to hide the values in either a file, or the register. A common way to do it, is to have a couple of files called xxx.dll ( whatever ) in your app directory, and have junk in them. Just modify specific bytes in those files to store things like the date the app will expire, and the last date the app was used. You need the latter to work out if time ever goes backwards. If it does by more than an hour ( don't forget daylight savings time ), then odds are the user is playing around to kill your protection. But, don't forget about people who travel, my notebook clock goes back 18 hours regularly.



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: zow to make a demo software Pin
Vasudevan Deepak Kumar29-Mar-07 6:29
Vasudevan Deepak Kumar29-Mar-07 6:29 
QuestionHow to read a bitmap image Pin
sonyama27-Mar-07 7:07
sonyama27-Mar-07 7:07 
AnswerRe: How to read a bitmap image Pin
Christian Graus27-Mar-07 7:15
protectorChristian Graus27-Mar-07 7:15 
QuestionConverting Word to html with footers Pin
PollyAnna33327-Mar-07 6:28
PollyAnna33327-Mar-07 6:28 
AnswerRe: Converting Word to html with footers Pin
Dave Kreskowiak27-Mar-07 7:30
mveDave Kreskowiak27-Mar-07 7:30 
GeneralRe: Converting Word to html with footers Pin
PollyAnna33327-Mar-07 21:34
PollyAnna33327-Mar-07 21:34 
QuestionGet Unicode Char Values Pin
Jonathan Gibbs27-Mar-07 4:37
Jonathan Gibbs27-Mar-07 4:37 
QuestionAdding Attributes to Control instances Pin
testy_proconsul27-Mar-07 3:30
testy_proconsul27-Mar-07 3:30 
AnswerRe: Adding Attributes to Control instances Pin
Christian Graus27-Mar-07 3:40
protectorChristian Graus27-Mar-07 3:40 
QuestionRe: Adding Attributes to Control instances [modified] Pin
testy_proconsul27-Mar-07 3:47
testy_proconsul27-Mar-07 3:47 
QuestionRetrieve Usernames from remote forum mysql database Pin
LegionFX27-Mar-07 2:21
LegionFX27-Mar-07 2:21 
AnswerRe: Retrieve Usernames from remote forum mysql database Pin
Marcus J. Smith27-Mar-07 2:37
professionalMarcus J. Smith27-Mar-07 2:37 
GeneralRe: Retrieve Usernames from remote forum mysql database Pin
LegionFX27-Mar-07 2:57
LegionFX27-Mar-07 2:57 
GeneralRe: Retrieve Usernames from remote forum mysql database Pin
Marcus J. Smith27-Mar-07 3:02
professionalMarcus J. Smith27-Mar-07 3:02 
GeneralRe: Retrieve Usernames from remote forum mysql database Pin
LegionFX27-Mar-07 3:09
LegionFX27-Mar-07 3:09 
GeneralRe: Retrieve Usernames from remote forum mysql database Pin
Marcus J. Smith27-Mar-07 3:28
professionalMarcus J. Smith27-Mar-07 3:28 
GeneralRe: Retrieve Usernames from remote forum mysql database Pin
LegionFX27-Mar-07 3:36
LegionFX27-Mar-07 3:36 

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.