Windows programming

Moderators: None (Apply to moderate this forum)
Number of threads: 3711
Number of posts: 9173

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Edit Report
How to programming a fast file explorer app Posted by Jaisor Black on 25 Oct 2000 at 5:08 AM
Hello,<br>
<br>
Does any body know how standart windows explorer works so fast, and is able to display each file with it's proper icon. I wrote app which channed the whole disk every time started, but it was terribly slow, and there was no way to know every file's icon<br>
<br>
Please send me some info, if there is some windows db, where every file is decribed.<br>
<br>
TNX


Edit Report
Re: How to programming a fast file explorer app Posted by KMS on 26 Oct 2000 at 7:14 AM
Jason..<br>
<br>
I think Windows Explorer makes heavy use of file monitors. You can find an example of one at sysinternals.com. Also, I think its a multi-threaded app, only showing/reading/updating files in the folder(s) that are expanded. The logic behind that is not terribly hard to implement.<br>
<br>
For the icons question, check out ExtractAssociatedIcon.<br>
<br>
<br>
: Hello,<br>
: <br>
: Does any body know how standart windows explorer works so fast, and is able to display each file with it's proper icon. I wrote app which channed the whole disk every time started, but it was terribly slow, and there was no way to know every file's icon<br>
: <br>
: Please send me some info, if there is some windows db, where every file is decribed.<br>
: <br>
: TNX<br>
: <br>
<br>






 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - 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 our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.