Click here to Skip to main content
Sign Up to vote bad
good
See more: C#
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 Oct '12 - 21:34


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.
  Permalink  

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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 523
1 Mahesh Bailwal 393
2 Maciej Los 205
3 Aarti Meswania 200
4 Tadit Dash 145
0 Sergey Alexandrovich Kryukov 9,607
1 OriginalGriff 7,214
2 CPallini 3,943
3 Rohan Leuva 3,261
4 Maciej Los 2,758


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 2 Oct 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid