Results 1 to 4 of 4

Thread: vbPatcher - Patch your programs (for updates, etc.)

Threaded View

  1. #1

    Thread Starter
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    vbPatcher - Patch your programs (for updates, etc.)

    (I don't see how this could be used maliciously)

    I wrote this for someone else, but maybe someone else might find it useful.

    It's a class module you can add to your projects to create patch files, and then apply them.

    Example: compare 2 files, create a file containing what is different (patch file), then applying that patch file, thus making the 2 files the same (useful for updating your software instead of redistributing entire files).

    I wrote it really quickly and didn't test thoroughly so let me know if you come across any bugs.
    Attached Images Attached Images  
    Attached Files Attached Files

Tags for this Thread

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