User Profile

Collapse

Profile Sidebar

Collapse
lordfallout
lordfallout
Last Activity: Sep 8 '09, 08:23 AM
Joined: Sep 8 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • notify while file is opened and is in use

    I'm using filesystemwatch er to monitor a file, but the only trigger i can see are:
    changed
    created
    deleted
    disposed
    error
    renamed

    here's what i have:


    Public Class Form1

    Private Sub FileSystemWatch er1_Changed(ByV al sender As System.Object, ByVal e As System.IO.FileS ystemEventArgs) Handles FileSystemWatch er1.Changed
    Dim x As Integer
    ...
    See more | Go to post

  • Is it possible to monitor a file's read and write in vb?

    Is this possible?

    What I need is, to monitor the files of a virtual machine in real-time to check which VM is slowing down the system. I've researched for a program that can monitor the VM's directly but haven't found any. Now I'm stuck to programming one. And I think it's easier to monitor it's files instead of monitoring directly each VM.

    Any help to a freeware program or a start is appreciated. I only have basic knowledge...
    See more | Go to post
No activity results to display
Show More
Working...