Hi Dw.
I'm doing a research on how or whether VB.NET has some sort of support to listen to Windows OS events and be able to take over to be the core respond to certain events raised by an OS such as Copying/Moving of file(s) to other locations.
What I mean is that, let's you are just selecting your files from file explorer an (cut,copy, sent to) or drag and drop to the destination, normally a Windows File Copier will detect/get this event and will pop up on screen and you can see the progress of copying/moving of your files.
If you install TeraCopy this software will take over from Windows File Copier now the core file copier will be TeraCopy.
So what I'm asking is that does VB.NET support this kind of events and if it does which maybe API I can use to achieve this.