Flash Games

 FAQ   Search   Members   Groups   User Control Panel      Login 

It is currently Thu Jan 08, 2009 6:58 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Product registration key
PostPosted: Sun Aug 03, 2008 9:17 pm 
Offline

Joined: Sun Aug 03, 2008 9:08 pm
Posts: 2
hey
im looking for a simple way to make a product key registration for a small aplication i made

should be something to enter a key to register program and check if program is registred in windows registry or something

hope you can help me out or guide me to some tutorials or something to get me started


Top
 Profile  
 
 Post subject:
PostPosted: Mon Aug 04, 2008 6:52 am 
Offline

Joined: Tue Mar 18, 2008 3:51 pm
Posts: 29
Goto this page
http://allapi.mentalis.org/apilist/RegOpenKey.shtml

and then at bottom click on Examples ->Registry

Hope it helps.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 05, 2008 9:36 pm 
Offline

Joined: Sun Aug 03, 2008 9:08 pm
Posts: 2
hey thanks for the reply, i should probally have noted that im pretty much a Vb nub and am more looking for a tutorial how to make a Serial key registration check for a program to check if the user has a valid key
i could make a bunch of if x = 12345 then
but i prefer something random like a real key etc windows cdkey

i hope there is somebody out there able to help me out :)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 24, 2008 7:44 am 
Offline

Joined: Sun Aug 17, 2008 1:40 pm
Posts: 4
Location: Hyderabad, INDIA
Here is the function to generate microsoft styel password using uppercase letters and numbers

Private Function PassWord()
st = ""
For i = 1 To 4: For j = 1 To 5
xt = Int(Rnd(5) * 36): If xt > 9 Then xt = xt + 7
st = st + Chr$(48 + xt)
Next: st = st + "-": Next
PassWord = Left$(st, Len(st) - 1)
End Function

_________________
Windostat your own way of computing statistics


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group - Flash Games - TNX Invitation Code - TNX Review

Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User:
Pass:
Log me on automatically each visit: