Product Key Management System

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
72 posts Page 3 of 8
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Hello judasis,

Just leave the Type and Scope as String and User and enter the settings name and value from above ;).

Welcome to the site cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
judasis
Just Registered
Just Registered
Posts: 3
Joined: Sat Feb 13, 2010 11:50 pm

Re: Product Key Management System
judasis
CodenStuff wrote:
Hello judasis,

Just leave the Type and Scope as String and User and enter the settings name and value from above ;).

Welcome to the site cooll;
Thank you CodenStuff,
i like this this site. I think i can post some solution for members.
i have one more question for you;
when i use ClickOnce as update method, whenever app updates it will require activation. am i wrong?

Again thanks for this solution,
Judasis
User avatar
Miutubevids
VIP-Member
VIP-Member
Posts: 293
Joined: Mon Nov 23, 2009 11:39 am

Did any1 buy this software?
Don't BS the BSer

RePlay V1.0 - Record your Mouse Clicks, Mouse Movments and Keystrokes
AutoClicker v1.0
SnowScreen
Reaction Timer Game V1.0
User avatar
MoDy kareem
New Member
New Member
Posts: 21
Joined: Fri Jan 15, 2010 3:43 pm

Can you explain how i store the keys?
User avatar
Philipp
Member
Member
Posts: 28
Joined: Mon Apr 05, 2010 12:08 pm

Re: Product Key Management System
Philipp
Thanks for this Software! I like it!!! =)
My Project: Indows Intersmart(Virtual OS in VB)
|-_______________| [3%]
User avatar
iAtomic
Just Registered
Just Registered
Posts: 7
Joined: Tue Apr 06, 2010 7:39 pm

Re: Product Key Management System
iAtomic
i still get an error
theClient.Send(theMailMessage)
it says failure sending message
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Re: Product Key Management System
CodenStuff
Hello iAtomic,

Check you have entered your SMTP email settings correctly and you may also need to add/change the port number and add SSL to the code.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
iAtomic
Just Registered
Just Registered
Posts: 7
Joined: Tue Apr 06, 2010 7:39 pm

Re: Product Key Management System
iAtomic
i couldnt find the port
but i have this as my smtp
"smtp.gmail.com"
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Re: Product Key Management System
CodenStuff
Hello,

Im not sure what the port for gmail is. Find this line in the code:
Code: Select all
theClient.EnableSsl = True
You may need to add a new line just below it like this:
Code: Select all
theClient.Port = 123
Replace 123 with the port number, I think its 465 but im not sure.

Also some email servers dont allow SSL so you may also need to change the SSL line to false like:
Code: Select all
theClient.EnableSsl = False
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
iAtomic
Just Registered
Just Registered
Posts: 7
Joined: Tue Apr 06, 2010 7:39 pm

Re: Product Key Management System
iAtomic
:(
last thing...
it times out now.
thanks for all the help so far tho
Nvmmm im using hotmail now
and it worked perfectly
72 posts Page 3 of 8
Return to “Tutorials”