Click here to Skip to main content
15,886,725 members
Articles / Desktop Programming / MFC
Article

QuickHex

Rate me:
Please Sign up or sign in to vote.
2.67/5 (5 votes)
9 Mar 2000 66.9K   916   21   7
A Hex Viewer Shell Extension.
  • Download source files - 149 Kb
  • Introduction

    Here’s a nifty little tool for those who need hex viewers ‘on the go’. Quick Hex is basically a shell extension that-you guessed it-displays an extra context menu item called "Show Hex" when you right click on a file and displays the file in hex when selected.

    The good thing about Quick Hex is that it can display files of sizes up to 4GB and that too, at lightning fast speed. The Quick Hex dialog is also modeless-meaning you can view as many files as you like simultaneously. As a bonus, you can also select and copy any portion of text to the clipboard from a screenful of hex!

    To install, simply extract the hexshell.dll to your Windows system directory. You need to register the .dll using regsvr32.exe from the command prompt, before using it. For example:

    regsvr32 c:\windows\system\hexshell.dll

    The program has been thoroughly tested on both Windows 98 and Windows NT 4.0.

    If you have any questions/comments/feedback/suggestions/criticisms, please send them over to Shanker@xlprint.com. Enjoy!

    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here


    Written By
    Australia Australia
    This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

    Comments and Discussions

     
    GeneralImprovement Pin
    15-Feb-01 6:04
    suss15-Feb-01 6:04 
    GeneralSome suggestions Pin
    Uwe Keim11-Mar-00 22:18
    sitebuilderUwe Keim11-Mar-00 22:18 
    GeneralUNICODE builds broken Pin
    Jonathan Gilligan10-Mar-00 8:25
    Jonathan Gilligan10-Mar-00 8:25 
    GeneralRe: UNICODE builds broken Pin
    MICHAEL ROBINSON10-Mar-00 15:07
    MICHAEL ROBINSON10-Mar-00 15:07 
    GeneralRe: UNICODE builds broken Pin
    Jonathan Gilligan11-Mar-00 9:04
    Jonathan Gilligan11-Mar-00 9:04 
    Generalsource files no found Pin
    Member 1315420210-Mar-00 4:47
    Member 1315420210-Mar-00 4:47 
    GeneralRe: source files no found Pin
    leo10-Mar-00 6:20
    leo10-Mar-00 6:20 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.