DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2005
    Posts
    10

    file on acess in real time

    hi,
    i try to build a aplication in vb for detect on real time which files are under utilization like antivirus software do.
    any one can help me?
    thanks a lot
    bruno

  2. #2
    Join Date
    Nov 2003
    Location
    Alameda, CA
    Posts
    1,737
    interesting problem.
    Of course it cannot be done in straight VB, but you'll have to use some API (in fact I wouldn't do this in VB at all)
    A possible solution is, on a Timer base, to enumerate all running processes (I think with EnumProcesses), open one process per time, enumerate all its Handles and figured which one is a file.
    "There are two ways to write error-free programs. Only the third one works."
    Unknown

Similar Threads

  1. Help needed in Real time implementation!
    By tushar0123 in forum C++
    Replies: 3
    Last Post: 11-28-2005, 03:56 PM
  2. Real Programmers
    By pwilmarth in forum .NET
    Replies: 54
    Last Post: 10-01-2003, 12:00 AM
  3. How long before the next version??
    By _CAG in forum .NET
    Replies: 146
    Last Post: 08-12-2002, 10:40 PM
  4. Replies: 3
    Last Post: 05-31-2000, 10:30 AM
  5. File Date & Time
    By Joe P in forum authorevents.appleman
    Replies: 1
    Last Post: 04-11-2000, 04:42 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links