add serial code to an application

  • Thread starter Thread starter Alex88
  • Start date Start date
A

Alex88

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
 
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?
 
You could use the ComponentModel's LicenceProvider on a component, if that
component license fails, then its not registered :D



Nicholas Paldino said:
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]
- (e-mail address removed)

Alex88 said:
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 said:
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?

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

alex
 
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).
 
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).

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

thanks
Alex
 
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.
 
Back
Top