RegMyApp OCX (Generate and check serial keys)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • RizlaUK
    Indigo Rose Customer
    • May 2006
    • 5552

    RegMyApp OCX (Generate and check serial keys)

    RegMyApp is a set of ActiveX controls that enable you to generate and check serial keys for your applications.

    Key Features:
    • Generate and check key codes for your applications.
    • Create billions of key codes for each application
    • Three types of key code are available.
    • Registering time limited demo or beta test applications or yearly subscription based licence.
    • There are three controls exposed in RegMyApp, these are listed below.


    Generic
    This will control will create a generic 25 character licence key for an application based off the application id.

    Owner
    This control will create a 16 character licence key based on the name of the registered owner and the application id.

    OwnerExpire
    This control will create a 17 character licence key based on the name of the registered owner, the expiry date and the application id.

    The method names remain the same for each object, only the arguments change so pay attention when using the control to set the right arguments for the object you are using.

    Object:GenerateKeyCode(Arguments)
    Object:CheckKeyCode(Arguments)
    Object:UnlockControl(Arguments)

    The "GenerateKeyCode" method returns the new key but there are also some read only property's for each control that can access the key or parts of the key, when checking a key code you need to use a straight code as generated by the "GenerateKeyCode" method, the property's are only for display purposes in your key maker or user registration app.

    More info in help file
    Last edited by RizlaUK; 02-01-2009, 11:34 AM.
    Embrace change in your life, you never know, it could all work out for the best
  • rexxarspain
    No longer a forum member
    • Jul 2008
    • 167

    #2
    Wooo Sounds good, i try it later.

    Thanks friend for Share.

    Comment

    • AMSWaves
      Forum Member
      • Jun 2008
      • 231

      #3
      Good Work RizlaUK, i love see start stimulus in this forums .

      Comment

      • sillybob123
        Forum Member
        • Jul 2008
        • 32

        #4
        ....

        help file dosent work for me :S and where do i get LUACom?

        Comment

        • RizlaUK
          Indigo Rose Customer
          • May 2006
          • 5552

          #5
          html help file attached below

          get the luaCOM plugin here
          Last edited by RizlaUK; 02-01-2009, 11:34 AM.
          Embrace change in your life, you never know, it could all work out for the best

          Comment

          • sillybob123
            Forum Member
            • Jul 2008
            • 32

            #6
            ..

            ok im now gtting could not create Reg Object :S the plugin works and the project opens just cant create Reg Object

            Comment

            • RizlaUK
              Indigo Rose Customer
              • May 2006
              • 5552

              #7
              are you on vista ?, if so run the example as administrator
              Embrace change in your life, you never know, it could all work out for the best

              Comment

              • Eliminator
                Forum Member
                • Nov 2005
                • 135

                #8
                I get the same error and when I run it as an administrator I get on Generic page

                (Generate Key Btn)
                Code:
                On Click, Line 9; attempt to call method `GeneralKeyCode' (a nil value)
                And errors like that on other pages...

                I'm on vista too
                Last edited by Eliminator; 08-04-2008, 11:20 PM.

                Comment

                • RizlaUK
                  Indigo Rose Customer
                  • May 2006
                  • 5552

                  #9
                  its activex, it needs to be registerd!!

                  cmon peeps, engage ya brain just for a little bit and stop posting that my ocx has bugs, register the dam ocx on your system and it will work!! jeez

                  also, there is no "GeneralKeyCode" in my project, there is a "GenerateKeyCode" but no "GeneralKeyCode"

                  but anyway (yes i know, i should have registerd the ocx in the example) but i tought my fellow programers would have sused that

                  Note:

                  This ocx has a price and is not free, purchase details in the help file, if you do not intend buying or do not know how to use acvtivex then please do not download this example, this ocx is intended for use by professional programers only.
                  Embrace change in your life, you never know, it could all work out for the best

                  Comment

                  • Eliminator
                    Forum Member
                    • Nov 2005
                    • 135

                    #10
                    Sorry but it is registered in my System32. (I runned regsvr32 in the console as an administrator) But I still get the error line 9 GenerateKeyCode (sorry for the misspelling). It is not only with this app but with everything that use LuaCOM and ActiveX...

                    I don't know if somebody would want to help me but I'd appreciate

                    I just open the example to see what it does. I do NOT change anything, and it does that.

                    Thanks

                    Comment

                    • Imagine Programming
                      Indigo Rose Customer
                      • Apr 2007
                      • 4252

                      #11
                      Originally posted by Eliminator View Post
                      Sorry but it is registered in my System32. (I runned regsvr32 in the console as an administrator) But I still get the error line 9 GenerateKeyCode (sorry for the misspelling). It is not only with this app but with everything that use LuaCOM and ActiveX...

                      I don't know if somebody would want to help me but I'd appreciate

                      I just open the example to see what it does. I do NOT change anything, and it does that.

                      Thanks
                      omg...
                      Code:
                      System.RegisterActiveX("C:\PathToActiveX.ocx);
                      Rizla, works nice mate I normally use my Serial class to generate serials and check in diffirent ways, but this works, that matters nice work
                      Bas Groothedde
                      Imagine Programming :: Blog

                      AMS8 Plugins
                      IMXLH Compiler

                      Comment

                      • Eliminator
                        Forum Member
                        • Nov 2005
                        • 135

                        #12
                        It have been done too...
                        Do you think I'm an idiot :lol

                        Comment

                        • Imagine Programming
                          Indigo Rose Customer
                          • Apr 2007
                          • 4252

                          #13
                          Originally posted by Eliminator View Post
                          It have been done too...
                          Do you think I'm an idiot :lol
                          nope that was actually for the rest that's reporting bugs because they forgot to register the ocx

                          it still doesn't work over there?
                          Bas Groothedde
                          Imagine Programming :: Blog

                          AMS8 Plugins
                          IMXLH Compiler

                          Comment

                          • RizlaUK
                            Indigo Rose Customer
                            • May 2006
                            • 5552

                            #14
                            Sorry but it is registered in my System32. (I runned regsvr32 in the console as an administrator)
                            ok, that sheds a differant light on the matter

                            what is the output from regsvr32 ?

                            so the ocx is registerd, it must be because its createing the object but its not seeing the function, ok

                            the only other thing i can think of is vb runtimes

                            download and install vbrun60sp6.exe from the below link and give it a try

                            download, software, update, Microsoft, product, computer, PC, Windows, Office, server, MSN, Live, game, Xbox, security, driver, install, trial, preview, demo, popular


                            other than that i dont know what could be wrong, i tested it on 3 xp machines and 1 vista and had no problems

                            It is not only with this app but with everything that use LuaCOM and ActiveX...
                            hummm, reinstall luaCOM, if that dont work i would reinstall windows
                            Embrace change in your life, you never know, it could all work out for the best

                            Comment

                            • Eliminator
                              Forum Member
                              • Nov 2005
                              • 135

                              #15
                              Nothing seems to work by my side but anyway, I'm sure what you did is really nice

                              Cheers

                              Comment

                              Working...
                              X