Author Topic: Visual basic login program  (Read 185 times)

0 Members and 1 Guest are viewing this topic.

Offline youaintgotnopancakemix

  • *
  • Posts: 30
  • Gender: Male
  • it appears that my forum account has been hacked
  • Respect: +9
Visual basic login program
« on: September 19, 2011, 06:05:02 PM »
0
Should only be three lines
Dim password as string
While
input box
End while
So bacilli I need it to repeat until the value is met I have until friday to figure this out

Offline ursus

  • ***
  • Linux UserCat LoverWindows UserOld Forum Member
    View More Badges!

  • Posts: 4393
  • Gender: Male
  • drunkposting is the music of the soul
  • Respect: +1518
Re: Visual basic login program
« Reply #1 on: September 19, 2011, 06:11:53 PM »
0
...And?

Offline jimonions

  • the text below is true
  • *****
  • Old Forum MemberWindows User
    View More Badges!

  • Posts: 822
  • Gender: Female
  • the text above is not true
  • Respect: +589
Re: Visual basic login program
« Reply #2 on: September 20, 2011, 12:32:28 AM »
0
I think he wants us forum people to help him.

(JBanned) .:RND`=- DJ myppl8: if i eva become supa admin id ban moo and make hima guest

Offline youaintgotnopancakemix

  • *
  • Posts: 30
  • Gender: Male
  • it appears that my forum account has been hacked
  • Respect: +9
Re: Visual basic login program
« Reply #3 on: September 20, 2011, 02:53:17 AM »
0
Bingo. Google couldn't find anything so I rely on the forum people

Offline aerobro

  • ****
  • Posts: 499
  • Respect: +120
Re: Visual basic login program
« Reply #4 on: September 20, 2011, 05:30:26 AM »
0

Offline youaintgotnopancakemix

  • *
  • Posts: 30
  • Gender: Male
  • it appears that my forum account has been hacked
  • Respect: +9
Re: Visual basic login program
« Reply #5 on: September 20, 2011, 08:48:38 AM »
0
On topic

Offline ursus

  • ***
  • Linux UserCat LoverWindows UserOld Forum Member
    View More Badges!

  • Posts: 4393
  • Gender: Male
  • drunkposting is the music of the soul
  • Respect: +1518
Re: Visual basic login program
« Reply #6 on: September 20, 2011, 03:48:38 PM »
0
Do you need the project, or the compiled app?

Offline youaintgotnopancakemix

  • *
  • Posts: 30
  • Gender: Male
  • it appears that my forum account has been hacked
  • Respect: +9
Re: Visual basic login program
« Reply #7 on: September 20, 2011, 05:42:55 PM »
0
Just the code. Feel free to just copy and paste out on here

Offline ursus

  • ***
  • Linux UserCat LoverWindows UserOld Forum Member
    View More Badges!

  • Posts: 4393
  • Gender: Male
  • drunkposting is the music of the soul
  • Respect: +1518
Re: Visual basic login program
« Reply #8 on: September 20, 2011, 05:51:16 PM »
0
Just the code. Feel free to just copy and paste out on here

Code: [Select]
Public Class Form1
    Dim password = "password"

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        If TextBox1.Text = password Then
            MsgBox("Thank you for logging in!")
            Me.Close()
        Else
            MsgBox("Password incorrect.")

        End If
    End Sub

Offline youaintgotnopancakemix

  • *
  • Posts: 30
  • Gender: Male
  • it appears that my forum account has been hacked
  • Respect: +9
Re: Visual basic login program
« Reply #9 on: September 21, 2011, 02:53:25 AM »
0
Input box and a while loop my teacher says it only need to be four lines

Offline [Valor]iPounce

  • My Waifu
  • *****
  • Old Forum MemberWindows UserLeague PlayerDog Lover
    View More Badges!

  • Posts: 1220
  • Gender: Female
  • Fun things are Fun
  • Respect: +312
Re: Visual basic login program
« Reply #10 on: September 21, 2011, 07:14:32 AM »
0
God dangit i forgot how yo use visual basic. Iwas like best in tje class

"ς๏๏lzєl๔ค๔": WE RACIST
"KHMarie12": Fapping
"KHMarie12": lolwat; coolzeldad: iPounce stop making me think that I'm being ddos'd
[10:28] LazerBlade1: give me the thing

Offline ursus

  • ***
  • Linux UserCat LoverWindows UserOld Forum Member
    View More Badges!

  • Posts: 4393
  • Gender: Male
  • drunkposting is the music of the soul
  • Respect: +1518
Re: Visual basic login program
« Reply #11 on: September 21, 2011, 07:34:46 AM »
0
Input box and a while loop my teacher says it only need to be four lines

I just made a form, text box, and button like any normal person. If you want it different, do it yourself.

Offline youaintgotnopancakemix

  • *
  • Posts: 30
  • Gender: Male
  • it appears that my forum account has been hacked
  • Respect: +9
Re: Visual basic login program
« Reply #12 on: September 21, 2011, 08:53:35 AM »
0
If your going to help then why not follow instructions?

Rich guy: make me a blue house
Derp: mngr kay hffjhf
Rich guy: make it blue
derp builds red house
Get the point?
You probably just read the title and thought "hurr I'll show you login"

Offline Sabb

  • ***
  • 2009 Snowball Competition WinnerWindows UserOld Forum MemberDedicated Summoner
    View More Badges!

  • Posts: 7378
  • Gender: Female
  • Respect: +2400
Re: Visual basic login program
« Reply #13 on: September 21, 2011, 09:08:01 AM »
0
If your going to help then why not follow instructions?

Rich guy: make me a blue house
Derp: mngr kay hffjhf
Rich guy: make it blue
derp builds red house
Get the point?
You probably just read the title and thought "hurr I'll show you login"
Don't be so impatient, he's trying to help :/.


Lithuanian pride world wide!: sun doesnt revolve around the sun


Offline youaintgotnopancakemix

  • *
  • Posts: 30
  • Gender: Male
  • it appears that my forum account has been hacked
  • Respect: +9
Re: Visual basic login program
« Reply #14 on: September 21, 2011, 11:05:30 AM »
0
Got what I was looking for. Lock this thread before venereal gets his panties in a bunch.