Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
hiding picture files and folders
Name: Andrew Chng Date: October 13, 2002 at 00:05:53 Pacific OS: WinXP CPU/Ram: P2 350 128RAM
Comment:
I'm using MS C#. Currently I'm only able to make the program retreive picture files from a certain folder I've designated. If any user were to delete some of the pictures or rename the folder, etc, the program would not be able to work as desired. So how do I hide the picture files and folders in my .exe program so that it'll look more professional?
Name: Me Date: October 13, 2002 at 08:22:39 Pacific
Reply:
hi,
To hide pictures or files in a folder, you go to the propertie of the file. Select hide. This may only work is hidden files aren't allowed to show.
Me
0
Response Number 2
Name: tech-fred Date: October 14, 2002 at 07:03:56 Pacific
Reply:
Almost every application has data files in a defined folder. Your best bet is an error message of File Not Found. If you hide flles can you imagine how difficult it would be for a user of an application to check if was installed properly.
0
Response Number 3
Name: Grant Austin Date: October 15, 2002 at 15:13:18 Pacific
Reply:
You can define your own file format. Maybe work up some archiving format so all the images are bundled into a large data file. Then nobody will accidentally delete your file, it won't look like some anonymous picture.
Summary: I'm looking for a way to enumerate all the files and folders in a given directory using C++ (Visual C++ 6 specifically) in Windows. Looked online, but haven't found anything that will work. Does anyon...
Summary: rename files and folder to lowercase with batch codes ================================================ hi guys i searched this site and found a batch code for rename all files in current folder ...