CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 67

Threaded View

  1. #1
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Hex Viewer / Editor

    After having read the discution with Rich and Wizbang on this thread, i rememberd one of those shelved progects that I have (I'm trying to either complete or trash and delete them all ).

    I've done some work on a Hex Editor, and it's not looking too bad( 1k Viewer block), only prob is screen update times, the update rolls down the screen (even on a P4 2.4Ghz) .

    Any help with this will be greatly apreciated... (Also comments and sugestions on any extra's I should put in, would be nice.. )

    Functions like Search and Replace are definites that will be put in, eventually . I figure getting the core running smoothly first. then add these functions around that...

    Thanks...

    Gremmy..
    Last edited by GremlinSA; January 7th, 2006 at 03:04 PM. Reason: New Version of file on later Post..
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured