I cannot open a handle to any of my storage devices.
HANDLE h = CreateFile(L"\\\\.\\PhysicalDisk0", GENERIC_READ | GENERIC_WRITE, FILE_READ_ACCESS | FILE_WRITE_ACCESS,
0, OPEN_EXISTING, 0, 0);
I also tried copying the full path from WinObj: \GLOBAL??\PhysicalDrive0 and...
Here's a cool module I created a while ago. I got the idea with some cool fading effects... Maybe you'll find use for this too :)
If you want something fancy, try this Module I came up with:
Imports System.Threading
Module FormSwitcher
<System.Runtime.CompilerServices.Extension()> _...