What's new

Visual Studio Help

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

Scarlett Johansson

(⌐■_■)
Messages
3,096
Reaction score
1,704
Points
570
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:
MatthewH

MatthewH

Member
Bright Idea Programmer Experienced Veteran
Messages
1,603
Reaction score
629
Points
465
What's the text button doing? A text button seems pointless
 
S

Scarlett Johansson

(⌐■_■)
Messages
3,096
Reaction score
1,704
Points
570
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.
 
MatthewH

MatthewH

Member
Bright Idea Programmer Experienced Veteran
Messages
1,603
Reaction score
629
Points
465
Oh. You'll just want to set the text property.
MyBtn.Text = "Text"
 

Similar threads

Top Bottom
Login
Register