1) To create a keygen, please click on: New Project> windows application form> ok
2) Go to the toolbox and double click on: textbox resize and position and how and where you want
3) Also on the toolbox, double-click on: button and place and how and where you want to resize
4) In selected properties: form1, in the text and go find the next to put any name you like (window name)
5) always on form1 if you want to change icon icon search, click on ... and load a file. ICO you want
6) To change the name to the button, click it once or go to properties and click button1, in the search text and change the text as you want
7) Now click in the top right Form1.vb with the right and click View Code, delete everything and paste this this:
8) Instead of a serial 1,2,3,4 put any serialCódigo:Public Class Form1 Private Sub Button1_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click TextBox1.Text = Int (Rnd () * 4) Select Case TextBox1.Text Case 0 TextBox1.Text = "Serial 1" Case 1 TextBox1.Text = "Serial 2" Case 2 TextBox1.Text = "Serial 3" Case 3 TextBox1.Text = "serial 4" Case 4 TextBox1.Text = "5 serial" End Select End Sub End Class
9) Now click Save All, and choose your destination, you will create a folder, open it go to bin> debug and the first application will be that you just created.
(sorry google trad. ital - en)





LinkBack URL
About LinkBacks



Citar

Marcadores