nsKeyHook plug-in

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Afrow UK
    Moderator
    • Nov 2002
    • 8434

    nsKeyHook plug-in

    Wrote this small plug-in so I could validate input of a product key in a client's installer. They've let me release it . You can handle WM_CHAR for example to only allow alphanumeric input and WM_PASTE to only allow paste of alphanumeric text. You can also handle WM_PASTE to automatically fill all product key fields (e.g. 5 text boxes for a 25 character product key).
    Allows handling of WM_CHAR, WM_KEYDOWN, WM_KEYUP and WM_PASTE through NSIS script. WM_CHAR in particular can be used to validate input by
    suppressing or allowing certain keystrokes.
    See the example scripts and readme for more information.



    Stu
  • MSG
    Major Dude
    • Oct 2006
    • 1892

    #2
    Great stuff, thanks for sharing!

    Comment

    • T.Slappy
      Major Dude
      • Jan 2006
      • 571

      #3
      Heh, cool job man!
      Cool looking installers with custom design: www.graphical-installer.com
      Create Setup Pages easily: www.install-designer.com
      Build installers in Visual Studio 2005-2022: www.visual-installer.com
      or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com

      Comment

      • Afrow UK
        Moderator
        • Nov 2002
        • 8434

        #4
        New version.
        1.0.0.1 - 12th July 2012
        * Fixed crash on XP.
        Stu

        Comment

        Working...
        X