Visual Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 18013
Number of posts: 55386

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
VS 2010 How to change the 2 words from the file using a button ? Posted by kaziff on 2 Feb 2012 at 9:01 AM
So Im working on a program that shows this.



This is the code that I use two show the SA and PLATINUM from the file, they are not the only characters on the line, like this:

.....
set username=sa
set password=platinum
.....

code to show only those two words.

 Dim lines() As String = IO.File.ReadAllLines("C:\NTMBackup1\NTMBackup4.bat")
        Dim userIndex As Integer = Array.FindIndex(lines, Function(s) s.Contains("utilizador"))
        Dim psswrdIndex As Integer = Array.FindIndex(lines, Function(s) s.Contains("password"))

        Me.txtusr.Text = lines(userIndex).Substring(lines(userIndex).IndexOf("="c)).Substring(1)
        Me.txtpassowrd.Text = lines(psswrdIndex).Substring(lines(psswrdIndex).IndexOf("="c)).Substring(1)



What I want is to change the "sa" and "platinum" at the textboxes and then save them on the file, to looks like:

.....
set username=something
set password=something
.....
Thanks for help



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.