Post: [VB] How to make a Serial Key (password) Program
02-19-2011, 04:38 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
How to make a Serial Key Required program


Add 1 Textbox
Add 1 Button
(Optional) Add 1 Label

Shape your form to its desired shape and add the button its your desired place

also be sure to name your button "Go" or "Enter" etc

(Optional) Add a label called "Please enter the serial code" or whatever text

Double click the "Go" button and add this coding
    Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox1.Text = "Serial Code here" Then
MsgBox("Correct Key", MsgBoxStyle.Information, "Correct Key!")
Form2.Show()
Else
MsgBox("Incorrect Key!", MsgBoxStyle.Critical, "Error")
End If
End Sub
End Class


Now you can sell your serial keys for your programs!
(adsbygoogle = window.adsbygoogle || []).push({});
02-19-2011, 05:53 PM #2
Pichu
RIP PICHU.
Very basic coding, but it is nice to have. If you get really into it, you can actually set it up to connect to a source of serials, and if any one of the serials is correct then it lets you in, but that requires more coding. :P

(Allows you to update the serials and ban serials without modding the program).
02-19-2011, 06:43 PM #3
Alt
Banned
Originally posted by Disabled View Post
Very basic coding, but it is nice to have. If you get really into it, you can actually set it up to connect to a source of serials, and if any one of the serials is correct then it lets you in, but that requires more coding. :P

(Allows you to update the serials and ban serials without modding the program).


How much coding?
i know this website that has serials. ALOT of them too
02-19-2011, 06:52 PM #4
Pichu
RIP PICHU.
Originally posted by x3 View Post
How much coding?
i know this website that has serials. ALOT of them too


Depends on how advance you want it. I'm not advance enough to write it myself, but I've seen coding that allows of this.
02-19-2011, 06:53 PM #5
Alt
Banned
Originally posted by Disabled View Post
Depends on how advance you want it. I'm not advance enough to write it myself, but I've seen coding that allows of this.


Wouldn't have to be that advanced at all really
02-19-2011, 10:52 PM #6
Originally posted by x3 View Post
How much coding? i know this website that has serials. ALOT of them too



You will have to link your program with HTML so what ever you put in on that server will be ok. Its pretty basic but can be difficult
02-19-2011, 10:53 PM #7
Alt
Banned
Originally posted by Marvin1554
You will have to link your program with HTML so what ever you put in on that server will be ok. Its pretty basic but can be difficult I may right a in depth tutorial on it though


Yeaah sounds good :hitman:
02-26-2011, 05:25 PM #8
to bad im bad at visual basic

The following user thanked Alexis Rhodes for this useful post:

AgentKing-Botz
02-26-2011, 05:33 PM #9
AgentKing-Botz
Are you high?
Originally posted by Anko View Post
to bad im bad at visual basic

Same here, I'm trying to get good at it though lol

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo