CD Protection in Windows with VB6
Being able to protect a CD is one topic my zeal has brought up recently. I've been thinking how possible this could be and have come up with the following theoritical algorithm.
There should be an Autorun embedded in the CD that will be monitoring the Windows message signalling a process of copying a file from the particular CD. The program should be able to intercept this and analyse it to determine whether the message is from a program in the CD or User-oriented. If the first is the case, it should allow access for this might be due to some kind of installation but if the later is the case, it should stop the process and maybe display a warning message.
Now, I know it might be possible with Win32API but I don't know the functions. Pleaaaaaaase help me pals for I know you can do more than this.
Thanks :)
okeosisi (Proudly Nigerian)