المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Text Splitting



C# Programming
08-05-2009, 12:40 PM
so i get text like this grabbed from a webpage:
accountid=176153type=premservertime=1249458970addtime=1163095909validuntil=1251617287username=myUser namedirectstart=1protectfiles=0rsantihack=1plustrafficmode=0mirror=mirror2=mirror3=mirror4=jsconfig= 1email=myemail@hotmail.comlots=0points=13382curfiles=3420curspace=267218323804bodkb=26430697premkble ft=4598808refpoints=13refrate=200


and i want to split this to display only some of the information, and in a neat form.

for example:

Accountid = 176153
Username = myUsername
Valid Until = 1251617287
RS AntiHack = Yes
Email = myemail@hotmail.com


i want this to be displayed in a textbox http://www.barakasoft.com/script/Forums/Images/smiley_biggrin.gif
and if its not to diffucult, can someone point me to the right direction where i can display each detail in a listview?
ive got all the columns and whatnot all done.

thanks alot :D