codesnippet

  1. E

    Windows 10 Cannot Create Handle to Storage Device Using CreateFile Function

    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...
  2. AceInfinity

    Windows 7 [VB.NET] - Form Fade Switcher Module

    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()> _...
Back
Top