What's new

Visual Studio Help

  • Thread starter Scarlett Johansson
  • Start date
  • Views 353
S

Scarlett Johansson

(⌐■_■)
Messages
3,093
Reaction score
1,707
Points
570
Sin$
0
I'm trying to create a cracker which allows user to import files with email addresses and passwords so that it automatically checks if the accounts are still good or not, but am having trouble linking the import button with the text box, because when the user imports the emails and passwords it should say import successful or import failed.
 
Last edited:
P

pwfdc

Member
Bright Idea Programmer Experienced Veteran
Messages
1,540
Reaction score
677
Points
465
Sin$
0
What's the text button doing? A text button seems pointless
 
S

Scarlett Johansson

(⌐■_■)
Messages
3,093
Reaction score
1,707
Points
570
Sin$
0
What's the text button doing? A text button seems pointless
Sorry I wrote it incorrectly. Basically when you click the import button it should import the emails and passwords into the application and in the text button it should say import successful or import failed.
 
P

pwfdc

Member
Bright Idea Programmer Experienced Veteran
Messages
1,540
Reaction score
677
Points
465
Sin$
0
Oh. You'll just want to set the text property.
MyBtn.Text = "Text"
 
Top Bottom
Login
Register