Posts: 67
Threads: 24
Joined: Feb 2009
How can I lock my files so that when I distrubute them, a password has to be entered by the User so that way only 1 computer can have the file and 1 person cannot share the file with anyone else. Like it has to be given to them by me.
Posts: 81
Threads: 37
Joined: Jun 2008
Run this, it may tell you some options:
Macro
mac+ "Shareware Macros Help"
Posts: 67
Threads: 24
Joined: Feb 2009
that didnt do anything
all i want is a code to be entered or something that knows the file is only 1 per computer
Posts: 12,072
Threads: 140
Joined: Dec 2002
Search for "shareware" in this forum, maybe it is what you need.
Posts: 67
Threads: 24
Joined: Feb 2009
Yah I got some of what I needed there thanks. Just need help with this now.
;Ok, I have the code set up so that it gets the usercomputer ID and pastes
;it into the Dialog when window shows up, this is what it does to show the
; computer id. Now if i use the KEYGEN from the shareware, how do I get it
; so when I enter that key for the particular computer ID, that it only lets
;it run then if thats the correct key. understand?
int hwnd=val(_command)
str e12
GetVolumeInformation("c:\" 0 0 &_i 0 0 0 0); e12=_i&0xffff
GetUserComputer 0 e12
e12.setwintext(id(12 hwnd))