Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Help using registration code

Help using registration code

Scheduled Pinned Locked Moved Visual Basic
questioncsharpcomhelp
15 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Luc Pattyn

    I have not read said article, however: - you can freely choose the names of all Controls you use; it is bad practice to keep the names suggested by Visual Designer (such as Form1 and Button1) as these are not functional names within your application domain. - I see no need to have two projects here, the whole idea is to combine the article's code with yours in a single project. I suggest you get more acquainted with VB and study the article and its code. :)

    Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


    I only read formatted code with indentation, so please use PRE tags for code snippets.


    I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


    P Offline
    P Offline
    Peter Leipzig
    wrote on last edited by
    #5

    Luc Thanks for your insights. I could rename the forms that have identical names and move them all into my program, but I am confused by doing this. First vb.net has a feature for adding existing projects into the users project (I suspect it is there for a reason). Second, the Registration program clearly has three projects of its own, including files such as Reference and AssemblyInfo which would (I believe) cause problems if renamed or modified. And lastly the Article's instructions clearly state to "set the Form1 (in the registration code) as the startup project". This last piece of information tells me that all of these files should remain as projects. So back to my question, how does one call a form in a different project?

    L L 2 Replies Last reply
    0
    • P Peter Leipzig

      Luc Thanks for your insights. I could rename the forms that have identical names and move them all into my program, but I am confused by doing this. First vb.net has a feature for adding existing projects into the users project (I suspect it is there for a reason). Second, the Registration program clearly has three projects of its own, including files such as Reference and AssemblyInfo which would (I believe) cause problems if renamed or modified. And lastly the Article's instructions clearly state to "set the Form1 (in the registration code) as the startup project". This last piece of information tells me that all of these files should remain as projects. So back to my question, how does one call a form in a different project?

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #6

      as long as your solution holds multiple EXE projects, you won't succeed. if all but one project create DLL files, then all the code can call all other code as if it were one big project, provided you: - add an appropriate reference to the calling project; - add an appropriate Imports statetement to the calling project. Protection code should be integrated in the code it is supposed to protect. FWIW: if the above is new to you, I don't think your code needs copy protection or license scheming. :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


      I only read formatted code with indentation, so please use PRE tags for code snippets.


      I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


      1 Reply Last reply
      0
      • P Peter Leipzig

        Luc Thanks for your insights. I could rename the forms that have identical names and move them all into my program, but I am confused by doing this. First vb.net has a feature for adding existing projects into the users project (I suspect it is there for a reason). Second, the Registration program clearly has three projects of its own, including files such as Reference and AssemblyInfo which would (I believe) cause problems if renamed or modified. And lastly the Article's instructions clearly state to "set the Form1 (in the registration code) as the startup project". This last piece of information tells me that all of these files should remain as projects. So back to my question, how does one call a form in a different project?

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #7

        Please pick up a book, statements such as

        Peter Leipzig wrote:

        Second, the Registration program clearly has three projects of its own, including files such as Reference and AssemblyInfo

        are extremely inaccurate and embarrassing to say the least. This is not your fault, but you have made it abundantly clear that you do not have a clear and concise knowledge on the fundamental basics of the language to proceed at all.

        Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]

        P 1 Reply Last reply
        0
        • L Lost User

          Please pick up a book, statements such as

          Peter Leipzig wrote:

          Second, the Registration program clearly has three projects of its own, including files such as Reference and AssemblyInfo

          are extremely inaccurate and embarrassing to say the least. This is not your fault, but you have made it abundantly clear that you do not have a clear and concise knowledge on the fundamental basics of the language to proceed at all.

          Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]

          P Offline
          P Offline
          Peter Leipzig
          wrote on last edited by
          #8

          ElliotA Hey I never claimed to be a wiz at VB and if I have written something here that has embarrased you, then you've got a problem I am not embarrased to say the I am learning, that I do not know everything, and to ask for help.

          L 1 Reply Last reply
          0
          • P Peter Leipzig

            ElliotA Hey I never claimed to be a wiz at VB and if I have written something here that has embarrased you, then you've got a problem I am not embarrased to say the I am learning, that I do not know everything, and to ask for help.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #9

            While I can appreciate that English may perhaps not be your first language, I still can point out the lack of basic fundamental understanding of visual basic. Your questions are extremely rudimentary & illogical. This is in no way an insult, but you are attempting to complete a task that is above the scope of your intelligence as a programmer. You must learn the basics before attempting to continue. We can give you all the answers in the world, but it won't do you any good as you won't be able to understand them.

            Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]

            P 1 Reply Last reply
            0
            • L Lost User

              While I can appreciate that English may perhaps not be your first language, I still can point out the lack of basic fundamental understanding of visual basic. Your questions are extremely rudimentary & illogical. This is in no way an insult, but you are attempting to complete a task that is above the scope of your intelligence as a programmer. You must learn the basics before attempting to continue. We can give you all the answers in the world, but it won't do you any good as you won't be able to understand them.

              Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]

              P Offline
              P Offline
              Peter Leipzig
              wrote on last edited by
              #10

              Well as it turns out English is my first language and I have a good command of it in both written and verbal form. You are not a helpful individaul, you are simply mean spirited. I do not need to ask you what the "A" in EllittA stand for, your behavior has demonstrated what you are.

              L 1 Reply Last reply
              0
              • P Peter Leipzig

                Well as it turns out English is my first language and I have a good command of it in both written and verbal form. You are not a helpful individaul, you are simply mean spirited. I do not need to ask you what the "A" in EllittA stand for, your behavior has demonstrated what you are.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #11

                With respects, between the both of us you are the only one issuing insults. I kindly remind you that in my original post, I merely demonstrated the fact that you stated that completely erroneous statements and issued a general lack of understanding for the utmost basic concepts of visual basic. A prime example is stating the the project you downloaded contained 'multiple projects' citing 'references' and 'assemblyinfo' as projects. This is entirely incorrect. My advice was simply to begin to understand those basic concepts otherwise you will never be able to completely understand any of the complex concepts or utilize the language, and your potential or skill to its maximum level. If you take this post as insult then I wish you the best of luck selling your software, I'm sure you will be the next Bill Gates.

                Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]

                1 Reply Last reply
                0
                • P Peter Leipzig

                  Thanks for the response. My first thought was to interpet the instructions literally and add two forms to my project. This does not work 1) because the the project can not have two forms with the same name, and 2) the registration program has more the two forms. I then added the registration project as an existing project to my project. There were actually three projects in the registration program so I left the "About" project out. Once I set the registration project to be the startup project, the registration program does begin, however it gives me a registration program error, telling me that my computer date has been changed and will not continue. Once I disable that section of code, I can now see the registration menu. I am now to the point that I need to learn how to have one project call a form in a second project. I will still need to circle back to the date issue because something is clearly wrong there. Any help on the proper code to have the registration program call my original Form1 when the registratio "Continue" button is clicked would be appreciated.

                  J Offline
                  J Offline
                  Johnny J
                  wrote on last edited by
                  #12

                  Peter, I'll try to take a closer look at it and help you out. Unfortunately, I'm away from my desk today and have got no time for looking at it. I will do so tomorrow if you haven't solved the problem by then...

                  P 1 Reply Last reply
                  0
                  • J Johnny J

                    Peter, I'll try to take a closer look at it and help you out. Unfortunately, I'm away from my desk today and have got no time for looking at it. I will do so tomorrow if you haven't solved the problem by then...

                    P Offline
                    P Offline
                    Peter Leipzig
                    wrote on last edited by
                    #13

                    I do appreciate your help. I have also been away from my computer while traving on business.

                    J 1 Reply Last reply
                    0
                    • P Peter Leipzig

                      I do appreciate your help. I have also been away from my computer while traving on business.

                      J Offline
                      J Offline
                      Johnny J
                      wrote on last edited by
                      #14

                      Hi Peter I've spent around an hour now trying to incorporate the code into a testapplication, and the result was so/so. It's because I'm running VS2008 and the code is written for VS2003, so slight modifications are needed. I'm confident I could get it to work in another half hour or so and that I would be able to guide you through the incorporation process if needed. BUT: I will STRONGLY advise you against using this code. I haven't gone through all of it, but what I have seen is poorly organized and poorly written. In several places, for instance he is declaring variables without type (defaults to object), which affects performance of course, plus he's relying heavily on implicit conversion (typical for old VB6 programmers that haven't learnt .NET properly). As for the security, I'm not sure, but the poor programming I've seen leads me to believe that there could very well be security flaws. One thing is sure: Unless you obfuscate your exe file after using it, it's useless. Then all code (including this licensing code) can easily be decompiled and circumvented. The author claims he has written the code in 5 hours, and I can certainly believe that. I've done a similar (but probably a little more complex) system for own my software, and it took me one or two months to perfect. I would advise you to go for a commercial solution where the licensing logic is encapsuled in an obfuscated dll you can simply reference from your application. They're quite expensive, but compared to writing it all yourself, it's not really worth complaining about.

                      modified on Thursday, June 3, 2010 6:10 AM

                      P 1 Reply Last reply
                      0
                      • J Johnny J

                        Hi Peter I've spent around an hour now trying to incorporate the code into a testapplication, and the result was so/so. It's because I'm running VS2008 and the code is written for VS2003, so slight modifications are needed. I'm confident I could get it to work in another half hour or so and that I would be able to guide you through the incorporation process if needed. BUT: I will STRONGLY advise you against using this code. I haven't gone through all of it, but what I have seen is poorly organized and poorly written. In several places, for instance he is declaring variables without type (defaults to object), which affects performance of course, plus he's relying heavily on implicit conversion (typical for old VB6 programmers that haven't learnt .NET properly). As for the security, I'm not sure, but the poor programming I've seen leads me to believe that there could very well be security flaws. One thing is sure: Unless you obfuscate your exe file after using it, it's useless. Then all code (including this licensing code) can easily be decompiled and circumvented. The author claims he has written the code in 5 hours, and I can certainly believe that. I've done a similar (but probably a little more complex) system for own my software, and it took me one or two months to perfect. I would advise you to go for a commercial solution where the licensing logic is encapsuled in an obfuscated dll you can simply reference from your application. They're quite expensive, but compared to writing it all yourself, it's not really worth complaining about.

                        modified on Thursday, June 3, 2010 6:10 AM

                        P Offline
                        P Offline
                        Peter Leipzig
                        wrote on last edited by
                        #15

                        Thank you Jonny J for taking the time to look at the code and for your honest elauation and opinion. Advice such as that is truly valuable. I will explore alternative options.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups