Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
for i = 0 to textbox3.Length - 1
success = ssh.AuthenticatePw (textbox2.text, textbox3.text)
If (success <> true) Then
    TextBox1.Text = TextBox1.Text & ssh.LastErrorText & vbCrLf
end if 

I want brute force lines textbx3 but when up line 3 stop I want to completion.
Posted
Updated 24-Mar-14 11:50am
v3
Comments
Richard C Bishop 24-Mar-14 17:50pm    
This makes no sense. Please try and elaborate.
Sergey Alexandrovich Kryukov 24-Mar-14 17:54pm    
Without specifying what you are trying to achieve? Makes no sense at all...
—SA
johnmarkt2 24-Mar-14 18:45pm    
You hate me all programming in question does not add to the response of not helping
Sergey Alexandrovich Kryukov 24-Mar-14 18:53pm    
Get back to your senses, if you can. Just the explanation of what you wanted to achieve would suffice. But now, after such words, who would want to talk with you?
No one is helping you because you don't bother to pay minimal effort to help yourself. And this is after just three questions. You are simply not accepting any help, even very reasonable, not trying to use it. Okay, do one thing: look at some existing questions and answers which have been formally accepted by inquirers. And, after taking a look at them, try to think: why those questions were answered? Why those answers were accepted?
—SA
Dave Kreskowiak 24-Mar-14 18:58pm    
Look, we're trying to help and we understand that English isn't your first language. The question, as you worded it, makes no sense at all. You're using words that don't mean what you think they do and it's very confusing to read.

We have no idea what you're saying, what you're asking, what your problem is, or what you want this code to do.

Without answering at least a few of those questions, it's IMPOSSIBLE to help you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900