Hello Folks,
Im really newbie in VB.NET and i hope that someone could explain how may i do this successful,
ok im explaining now..
I had two richtextboxes and one button
First richtextbox contains the following text:
<user_register.php: 2012-02-21 00:03:49
POST
username=sexhunger15
email=ho_t@hotmail.com
email_confirm=
password=vergota
password_confirm=vergota
country=CA
msisdn=
isyp=0
isPremiumChat=
dob=1991-03-04
sub1=1
sub2=1
is3g=
>
<user_register.php: 2012-02-21 00:03:49
POST
username=sexhunger15
email=ho_tatmail.com
email_confirm=
password=vergota
password_confirm=vergota
country=CA
msisdn=
isyp=0
isPremiumChat=
dob=1991-03-04
sub1=1
sub2=1
is3g=
>
<user_register.php: 2012-02-21 00:03:50
POST
username=sexhunger15
email=ho_t@hotmail.com
email_confirm=
password=vergota
password_confirm=vergota
country=CA
msisdn=
isyp=0
isPremiumChat=
dob=1991-03-04
sub1=1
sub2=1
is3g=
>
<user_register.php: 2012-02-21 00:03:50
POST
username=sexhunger15
email=h@yahoo.com
email_confirm=
password=**
password_confirm=vergota
country=CA
msisdn=
isyp=0
isPremiumChat=
dob=1991-03-04
sub1=1
sub2=1
is3g=
>
<user_register.php: 2012-02-21 00:03:50
POST
username=sexhunger15
email=ho_t*@hotmail.com
email_confirm=
password=vea
password_confirm=vergota
country=CA
msisdn=
isyp=0
isPremiumChat=
dob=1991-03-04
sub1=1
sub2=1
is3g=
>
and the other richtextbox is clear...
so that i need to do when i click Button1 It extract the email and password from multiple lines email= is Email ofcourse and password= is password
so the richtextbox will be
Email:Password
ho_t*@hotmail.com:vea
h**@yahoo.com:vergota
etc
I dont knew if its possible to do so..
I hope that someone could knew what i mean by this
I did my best to clear it so dont blame me lol