Sorry for the bad news:
When a file is deleted, the first character of the file name in the directory entry (not in FAT) becomes 0xE5 (This is the deletion mark) and the clusters are declared free. That means in FAT a 0 is written in the cells corresponding to the clusters of the deleted file...
I created the binary value "Scancode Map" in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout" and filled it with 00 00 00 00 00 00 00 00 02 00 00 00 00 00 5E ED 00 00 as recommended by wolluf. It didn't work. I read...
I am sorry for the bad news.
Recreating a partition using Fdisk is not possible. Fdisk fills some sectors with F6 to prevent using the partitions without formatting them. It targets boot sectors in order to destroy old partition data. I'd recommend manual restore using Disk Editor from Norton...
Use SetTimer in OnInitdialog.
In OnTimer
use KillTimer to prevent rerunning of your code on OnTimer
do the calculations
use some SetDlgItemInt / SetDlgItemText to set dialog items in your dialog
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.