Hi, the newest version of Hexedit now contains:
the file is attached here:
Hexed8rU.zip for QB64
Hexxit86.zip for VBdos
Code: (Select All)
v8.0a rD.0a updates 04/16/2023:
Replaces file menu box with dialog box.
Adds ErrorBox and MessageBox.
Adds ansi splash screen.
Now stores and restores windows coordinates.
v8.0a rE.0a updates 04/20/2023:
Adds BreakBox for Ctrl-Break trap.
Updates dialogx.inc for correct title.
Includes more old hexeditor in oldsrc.zip
Fixes problem with CreateFile function call.
v8.0a rF.0a updates 04/28/2023:
Removes some code from Sub ReadConfig and Sub WriteConfig.
Stores config filename node in Sub GetConfigFilename$
Adds Alt-F11 to test dialog box.
Adds Alt-F12 to test file menu box.
Forces config filename to current path.
v8.0a rG.0a updates 05/18/2023:
Fixes \\ in directory display in Sub Menu3.
v8.0a rH.0a updates 05/20/2023:
Fixes print display for Alt-F11 and Alt-F12
Adds Filemenubox setting to hexedit.cfg
Adds Errorbox2 to select file menu box/dialog box at start.
v8.0a rI.0a updates 05/23/2023:
Adds more up/down scancodes to some message boxes.
Updates oldsrc.zip with newer Hexxit81 features.
Adds <escape> to exit system in call to ErrorBox2 in startup.
v8.0a rJ.0a updates 06/01/2023:
Fixes netpath in Call Menu during startup box.
Calls Delete.Process in exit from startup box and breakbox.
v8.0a rK.0a updates 06/10/2023:
Fixes problem with hexedit started in netpath.
v8.0a rL.0a updates 06/15/2023:
Fixes error when writing config to cd-rom drive.
Adds [FLOPPY] to DriveType in Function DriveExists.
v8.0a rM.0a updates 08/15/2023:
Fixes MaxFiles in some UDTs.
v8.0a rN.0a updates 08/20/2023:
Adds _ControlChr Off to top of main.
Removes some assigned screen save variables.
v8.0a rO.0a updates 08/25/2023:
Adds MouseButton2 to Sub Menu.
Adds Control-F12 to edit hexedit.cfg
v8.0a rP.0a updates 11/10/2023:
Now forces user to admin status.
Adds Left-DoubleClick mouse to Sub Menu.
Fixes search string during replace in ScrnEdit.
v8.0a rQ.0a updates 01/01/2024:
Hexxit oldsrc v8.2a upgrade notes:
Adds Insert filename in FileMenuBox in File box in Hexedit5.bas.
Hexxit oldsrc v8.3a upgrade notes:
Adds shell to treedel in delete dir in file box.
v8.0a rR.0a updates 01/10/2024:
Replaces LoadIcon with Icon2BMP.
Hexxit oldsrc v8.4a upgrade notes:
Repairs SortFilesX in Filebox.
Adds Ctrl-Fx to Alt-Fx in FileBox.
Increments MaxFiles to 15.
Fixes problem in Dir$ in LoadMultipleFiles.
Solves cursor color upon exit to dos.
v8.0a rS.0a updates 02/20/2024:
Hexxit v8.5a upgrade notes:
Fixes call to Dir$
Fixes Windows.Detected default.
v8.0a rT.0a updates 05/10/2024:
Fixes text length in ErrorBox/ErrorBox2/MessageBox.
Adds left/right in ErrorBox/ErrorBox2/MessageBox.
Now allows the Quote constant defined.
v8.0a rU.0a updates 07/20/2024:
Adds $VersionInfo to dialogx.inc
Hexxit v8.6a upgrade notes:
Fixes integer assignment in Hexxit86 Oldsrc.zip
Edits printer assignment to 1-3 in Hexxit86 Oldsrc.zip
the file is attached here:
Hexed8rU.zip for QB64
Hexxit86.zip for VBdos