lopwed.blogg.se

Understanding crystaldiskinfo
Understanding crystaldiskinfo










understanding crystaldiskinfo

The problem I have right now is why AHK recognizes the checkbox's as Button1, Button2, etc. IniWrite, 0, settings.ini, GENERAL, TestAfterBackup IniWrite, 1, settings.ini, GENERAL, TestAfterBackup IniWrite, 0, settings.ini, GENERAL, Portable IniWrite, 1, settings.ini, GENERAL, Portable Gui, Add, CheckBox,, Test files after backupĬontrolGet, Status, Checked, Button1 I dunno why Button1 is the Checkbox but it works Gui, Add, CheckBox, Checked, Test files after backup IniRead TestAfterBackupVar, settings.ini, GENERAL, TestAfterBackup Gui, Add, CheckBox, y20 checked, Portable Mode IniRead IsPortable, settings.ini, GENERAL, Portable

understanding crystaldiskinfo

Code: Select all If MenuOption=1 Settings Window












Understanding crystaldiskinfo