add serial code to an application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alex88

    add serial code to an application

    hi all, i would know if is possible to add a serial ( or registration) code
    to a c# application.
    have u any link about this argoument?

    thanks
    Alex88


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: add serial code to an application

    Alex,

    What kind of registration code are you talking about? What exactly do
    you want to register? The program itself? Are you trying to create a
    license scheme, or do you want to register users?


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Alex88" <asassuTOGLI@li bero.it> wrote in message
    news:6U4sb.1067 25$vO5.4204381@ twister1.libero .it...[color=blue]
    > hi all, i would know if is possible to add a serial ( or registration)[/color]
    code[color=blue]
    > to a c# application.
    > have u any link about this argoument?
    >
    > thanks
    > Alex88
    >
    >[/color]


    Comment

    • Guest's Avatar

      #3
      Re: add serial code to an application

      You could use the ComponentModel' s LicenceProvider on a component, if that
      component license fails, then its not registered :D



      "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> wrote in
      message news:ecoQsjFqDH A.2488@TK2MSFTN GP12.phx.gbl...[color=blue]
      > Alex,
      >
      > What kind of registration code are you talking about? What exactly do
      > you want to register? The program itself? Are you trying to create a
      > license scheme, or do you want to register users?
      >
      >
      > --
      > - Nicholas Paldino [.NET/C# MVP]
      > - mvp@spam.guard. caspershouse.co m
      >
      > "Alex88" <asassuTOGLI@li bero.it> wrote in message
      > news:6U4sb.1067 25$vO5.4204381@ twister1.libero .it...[color=green]
      > > hi all, i would know if is possible to add a serial ( or registration)[/color]
      > code[color=green]
      > > to a c# application.
      > > have u any link about this argoument?
      > >
      > > thanks
      > > Alex88
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Alex88

        #4
        Re: add serial code to an application


        "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> ha
        scritto ::[color=blue]
        > Alex,
        >
        > What kind of registration code are you talking about? What exactly do
        > you want to register? The program itself? Are you trying to create a
        > license scheme, or do you want to register users?[/color]

        i want to register the program itself with a serial code, as many big
        programs do.
        link?

        alex


        Comment

        • Guest's Avatar

          #5
          Re: add serial code to an application

          As many big programs also get cracked zero day. Have fun. Why not use web
          services for activation (which will also be cracked) or the Component Model
          licencing (which probably will be cracked too).



          "Alex88" <asassuTOGLI@li bero.it> wrote in message
          news:0s6sb.1099 19$e6.3962014@t wister2.libero. it...[color=blue]
          >
          > "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> ha
          > scritto ::[color=green]
          > > Alex,
          > >
          > > What kind of registration code are you talking about? What exactly[/color][/color]
          do[color=blue][color=green]
          > > you want to register? The program itself? Are you trying to create a
          > > license scheme, or do you want to register users?[/color]
          >
          > i want to register the program itself with a serial code, as many big
          > programs do.
          > link?
          >
          > alex
          >
          >[/color]


          Comment

          • Alex88

            #6
            Re: add serial code to an application


            <discussion@dis cussion.microso ft.com> wrote::[color=blue]
            > As many big programs also get cracked zero day. Have fun. Why not use web
            > services for activation (which will also be cracked) or the Component[/color]
            Model[color=blue]
            > licencing (which probably will be cracked too).[/color]

            cool, the only thing to do is make freeware progs, they can't be cracked!

            thanks
            Alex




            Comment

            • Guest's Avatar

              #7
              Re: add serial code to an application

              I am of the belief that it should only be paid for if I am making money from
              that product in its use.

              For education, learning, personal use things should be available under that
              kind of license.

              Have you seen the STUDENT price for some apps? jebus its rediculous.

              "Alex88" <asassuTOGLI@li bero.it> wrote in message
              news:aF7sb.1100 95$e6.3966292@t wister2.libero. it...[color=blue]
              >
              > <discussion@dis cussion.microso ft.com> wrote::[color=green]
              > > As many big programs also get cracked zero day. Have fun. Why not use[/color][/color]
              web[color=blue][color=green]
              > > services for activation (which will also be cracked) or the Component[/color]
              > Model[color=green]
              > > licencing (which probably will be cracked too).[/color]
              >
              > cool, the only thing to do is make freeware progs, they can't be cracked!
              >
              > thanks
              > Alex
              >
              >
              >
              >[/color]


              Comment

              Working...