Current area: HOME -> Post news comment

Post a reply to this user comment:

Bug Fixes & Updates
'**Thanks to all for feedback. '**Protecting a hidden folder gets a system attribute, to fix this :- '**Type the code in the General Declaration Section of Directory Security module (FolderProtect.BAS) '********========== Private Const FileAttributeHidden = &H2 Private Const FileAttributeReadonly = &H1 Private Const FileAttributeDirectory = &H10 'Hide_Folder Public Sub SetFolderHide(folderSpec) Dim fs, f Set fs = CreateObject("Scripting.FileSystemObject") Set f = fs.GetFolder(folderspec) f.Attributes = FileAttributeHidden + FileAttributeDirectory + FileAttributeReadonly End Sub 'Show_Folder Public Sub ClearFolderHide(folderSpec) Dim fs, f Set fs = CreateObject("Scripting.FileSystemObject") Set f = fs.GetFolder(folderspec) f.Attributes = FileAttributeDirectory + FileAttributeReadonly End Sub '******========== '**** For the Login encrypt issue, the bug is when the length of user name and password is the same. Change the Encrypt function to fix it. '**** (c)2003 Dipankar Basu.

Name:
(not required)
 
E-mail:
(not required)
 
Location:
(not required)
 
Like Atlanta, GA, or Paris, France.

Title:

 
Like "Totally awesome piece of code!" or "Have seen better"
 

Comment:
(English only, No HTML, maximum of 2000 characters long)
 

To prevent automated submissions you must solve this simple equation: 11 + 2 =


Posting Rules
- Do not post comments of a discriminatory, sexual, abusive or otherwise offensive nature.
- Respect the opinions of others, and do not engage in flame wars.
- Avoid posting irrelevant or pointless comments.
- By clicking the "Post Comment" button you agree to our terms of use statement.
- Programmers Heaven reserves the right to remove or reject any comments without notice.

       


Sponsored links

Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
Localize software in three simple steps
Localize .Net, C/C++ & Delphi apps visually. HTML, HTML Help, XML & databases. Try Sisulizer now!
Localize Delphi software in three simple steps
Localize Delphi VCL & .Net apps visually. Plus HTML, HTML Help, XML & databases. Try Sisulizer now!
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.

Advertisement



Free Magazine

Free Magazines
eWeek The essential technology information source for builders of e-business.... subscribe now

Newsletter | Submit Content | About | Advertising | Awards | Contact Us | Link to us |
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by Synchron Data - .NET development.