Hello every one
How i can delete file after 7 days, i mean: i will send file to my friends and i want the VB file to delete it after 7 days.
and during the 7 days they can't delete it or copy it ( if it's possible ).
i'm using visual basic 6
|
Go4Expert Founder
|
![]() |
| 26Oct2006,10:24 | #2 |
|
Probably you need to do it in a different way.
Something like keep the file encrypted and can be view only through your app so that after 7 days your application does not work and whatever he does with the file it will not help. |
|
Newbie Member
|
|
| 26Oct2006,10:27 | #3 |
|
Quote:
Originally Posted by shabbir EXPT0016.dta how i can encrypte this type of files? |
|
Go4Expert Member
|
|
| 26Oct2006,10:32 | #4 |
|
It's pretty hard, if not impossible, to restrict copying in Win environment. To prevent deleting you can only mark it as read only.
However if the file can be secured with Win API, which will be applicable per user. If that is possible you can give it a try. As for deletion, run a batch operation at a convenient place of your program to search for files and delete. |
|
Go4Expert Founder
|
![]() |
| 26Oct2006,10:36 | #5 |
|
You can use any standard encryption formula like 3DES / MD5's ...
|
|
Newbie Member
|
|
| 26Oct2006,10:42 | #6 |
|
Quote:
Originally Posted by rahulnaskar would you write a code of you concept |
|
Newbie Member
|
|
| 26Oct2006,10:44 | #7 |
|
Quote:
Originally Posted by shabbir any links or explanation? |
|
Go4Expert Founder
|
![]() |
| 26Oct2006,12:19 | #8 |

