Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new one to C# programming I have developed an application to display different video clips all the clips are put into a folder. when I install another computer using the setup file all these clips are put into a folder inside the program folder. user can see the clips in the folder. my problem is those clips inside the folder should be invisible to the user OR cannot be copies please any one help me....
Posted

1 solution

You can't really hide them - you can set the File Attribute Hidden bit, but even then the user can see them if he changes the Windows Explorer View options.
Depending on how you are viewing them, you could try changing the extensions so they are not obvious as video files, or adding them as embedded videos to your application. Alternatively, you may be able to insert them into a ZIP or RAR archive and password protect it - but it depends on how you show them.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900