The Hexeditor project
#7
Hi,

The most recent QB64 version of HexEditor now adds:
Code: (Select All)
 v8.0a r9.0a updates 12/30/2022:
  Increases maxfiles to 15.
  Adds Alt-A to Alt-F for ViewFile.

 v8.0a rA.0a updates 02/10/2023:
  Adds trap for Keypad-5 and Control-Keypad-5 keys.
  Adds Ctrl-F1 to Ctrl-F10 to all File Menu Box Alt- keys.
  Adds call to screen saver to Ctrl-F11/Ctrl-F12 in File Menu Box.

v8.0a rB.0a updates 03/20/2023:
  Edits file menu box help screen.

v8.0a rC.0a updates 03/28/2023:
  Adds hexedit.bmp to titlebar.

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 error when started from 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.
Thanks.

[Image: hexedit4.png]


Attached Files
.zip   HEXED8RM.ZIP (Size: 270.9 KB / Downloads: 10)
.zip   HEXED8RN.ZIP (Size: 270.8 KB / Downloads: 5)
.zip   HEXED8RO.ZIP (Size: 277.7 KB / Downloads: 9)
Reply


Messages In This Thread
The Hexeditor project - by eoredson - 08-24-2022, 03:24 AM
RE: The Hexeditor project - by BDS107 - 08-29-2022, 03:03 PM
RE: The Hexeditor project - by SpriggsySpriggs - 08-29-2022, 03:28 PM
RE: The Hexeditor project - by aurel - 08-29-2022, 07:30 PM
RE: The Hexeditor project - by eoredson - 08-30-2022, 02:11 AM
RE: The Hexeditor project - by SpriggsySpriggs - 08-31-2022, 01:53 PM
RE: The Hexeditor project - by eoredson - 02-08-2023, 01:54 AM
RE: The Hexeditor project - by mnrvovrfc - 02-08-2023, 02:59 AM
RE: The Hexeditor project - by bplus - 02-08-2023, 02:40 PM
RE: The Hexeditor project - by eoredson - 04-18-2023, 02:26 AM
RE: The Hexeditor project - by mnrvovrfc - 04-21-2023, 03:38 PM
RE: The Hexeditor project - by eoredson - 04-23-2023, 09:08 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 12:02 AM
RE: The Hexeditor project - by eoredson - 04-24-2023, 12:33 AM
RE: The Hexeditor project - by BDS107 - 04-24-2023, 09:20 AM
RE: The Hexeditor project - by bplus - 04-24-2023, 02:05 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 10:37 PM
RE: The Hexeditor project - by bplus - 04-24-2023, 10:42 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 10:53 PM
RE: The Hexeditor project - by bplus - 04-24-2023, 11:02 PM
RE: The Hexeditor project - by eoredson - 04-24-2023, 11:08 PM
RE: The Hexeditor project - by eoredson - 04-25-2023, 12:51 AM
RE: The Hexeditor project - by bplus - 04-25-2023, 05:21 AM
RE: The Hexeditor project - by eoredson - 04-25-2023, 05:58 AM
RE: The Hexeditor project - by bplus - 04-25-2023, 03:48 PM
RE: The Hexeditor project - by eoredson - 04-26-2023, 02:46 AM
RE: The Hexeditor project - by bplus - 04-26-2023, 11:57 AM
RE: The Hexeditor project - by eoredson - 04-26-2023, 08:53 PM
RE: The Hexeditor project - by bplus - 04-26-2023, 09:50 PM
RE: The Hexeditor project - by eoredson - 04-26-2023, 10:09 PM
RE: The Hexeditor project - by bplus - 04-26-2023, 11:24 PM
RE: The Hexeditor project - by eoredson - 04-27-2023, 12:16 AM
RE: The Hexeditor project - by mnrvovrfc - 04-27-2023, 12:21 AM
RE: The Hexeditor project - by eoredson - 04-27-2023, 01:47 AM
RE: The Hexeditor project - by bplus - 04-27-2023, 12:35 AM
RE: The Hexeditor project - by mnrvovrfc - 04-27-2023, 01:36 AM
RE: The Hexeditor project - by eoredson - 04-27-2023, 02:04 AM
RE: The Hexeditor project - by eoredson - 04-27-2023, 05:03 AM
RE: The Hexeditor project - by eoredson - 08-28-2023, 04:03 AM
RE: The Hexeditor project - by Dav - 08-28-2023, 12:18 PM
RE: The Hexeditor project - by eoredson - 08-29-2023, 03:16 AM



Users browsing this thread: 14 Guest(s)