Hi how can expire an exe for example after using ane day it will expire
king_saqib -9 Light Poster
Recommended Answers
Jump to PostThe simplest thing to do is to check system date on start up.
suppose you want for 30 days from today ---say 25_sep-2011.
in the start up check if the date is less than the above date.
if it is more display an error message.
for …
Jump to Postyou need to check the system date and compare with desired date on start up
Jump to PostDo NOT use the registry. As a new programmer you may destroy your system.
As debasisdas said, "The simplest thing to do is to check system date on start up." Which means you need to look up the Date functions in VB. There are at least 2 that will …
Jump to PostAs I said:
... you need to look up the Date functions in VB. There are at least 2 that will help you.
Do you understand those statements?
All 13 Replies
debasisdas 580 Posting Genius Featured Poster
king_saqib -9 Light Poster
debasisdas 580 Posting Genius Featured Poster
faroukmuhammad 10 Junior Poster
WaltP commented: terrible suggestion. He's a NEW programmer, or did you miss that? -4
faroukmuhammad 10 Junior Poster
king_saqib -9 Light Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
faroukmuhammad commented: I did't see that coming +4
king_saqib -9 Light Poster
debasisdas 580 Posting Genius Featured Poster
king_saqib -9 Light Poster
king_saqib -9 Light Poster
debasisdas 580 Posting Genius Featured Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.