Results 1 to 6 of 6

Thread: visual basic keygen

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2012
    Posts
    1

    visual basic keygen

    hi guys i need your help for my school project and i dont have any idea what am i doing in vb 2010 express edition
    I need to make a keygen with progressbar 2 buttons and 1 textbox
    i watched on youtube and i got some codes but i can't manage the progessbar when clicking the button 1 to generate a key
    need help for the codes..thank you

  2. #2
    PowerPoster SJWhiteley's Avatar
    Join Date
    Feb 2009
    Location
    South of the Mason-Dixon Line
    Posts
    2,256

    Re: visual basic keygen

    What do you have so far, and what exactly are you trying to achieve?

    You need to show some code (not 'codes'; that isn't the correct word to describe a plurality of 'code').
    "Ok, my response to that is pending a Google search" - Bucky Katt.
    "There are two types of people in the world: Those who can extrapolate from incomplete data sets." - Unk.
    "Before you can 'think outside the box' you need to understand where the box is."

  3. #3
    New Member Farish's Avatar
    Join Date
    Oct 2013
    Location
    Male'
    Posts
    8

    Re: visual basic keygen

    Hope this helps.
    Code:
    Generate Button Code(1 Product Keygen) :
    
    Textbox1.Enabled = True
    Dim Key As Integer
    Key = (rnd() *10 )
    Select Case Key 
    Case 1
    Textbox1.text = "Serial Key Here!"
    Case 2
    Textbox1.text = "Serial Key Here!"
    Case 3
    Textbox1.text = "Serial Key Here!"
    Case 4
    Textbox1.text = "Serial Key Here!"
    Case 5
    Textbox1.text = "Serial Key Here!"
    Case 6
    Textbox1.text = "Serial Key Here!"
    Case 7
    Textbox1.text = "Serial Key Here!"
    Case 8
    Textbox1.text = "Serial Key Here!"
    Case 9
    Textbox1.text = "Serial Key Here!"
    Case 10
    Textbox1.text = "Serial Key Here!"
    End Select

  4. #4
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: visual basic keygen

    Quote Originally Posted by Farish View Post
    Hope this helps.
    Code:
    Generate Button Code(1 Product Keygen) :
    
    Textbox1.Enabled = True
    Dim Key As Integer
    Key = (rnd() *10 )
    Select Case Key 
    Case 1
    Textbox1.text = "Serial Key Here!"
    Case 2
    Textbox1.text = "Serial Key Here!"
    Case 3
    Textbox1.text = "Serial Key Here!"
    Case 4
    Textbox1.text = "Serial Key Here!"
    Case 5
    Textbox1.text = "Serial Key Here!"
    Case 6
    Textbox1.text = "Serial Key Here!"
    Case 7
    Textbox1.text = "Serial Key Here!"
    Case 8
    Textbox1.text = "Serial Key Here!"
    Case 9
    Textbox1.text = "Serial Key Here!"
    Case 10
    Textbox1.text = "Serial Key Here!"
    End Select
    Why are you replying to posts that are over a year old. BTW - from what I can tell you haven't added anything useful to these old threads.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: visual basic keygen

    Welcome to VBForums Farish

    While you seem to be trying to help, the way you are doing it is not good. You generally should not post to old threads, as the person looking for help will have either solved it or moved on, and several people (not just those who have posted) will get emails to say that you have replied... so you are basically spamming people.

    I have deleted several of your posts that are a duplicate of the one above, and some that are VB.Net code in response to old VB6 threads.

  6. #6
    Bad man! ident's Avatar
    Join Date
    Mar 2009
    Location
    Cambridge
    Posts
    5,401

    Re: visual basic keygen

    Considering it would take 0.0 to create a string im not sure how a progress bar would be of any benefit. Why should we write your home work for you?
    My Github - 1d3nt

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width