|
Help please?
|
|
02-27-2010, 12:04 PM
Post: #1
|
|||
|
|||
|
Help please?
ok well if i was to upload my source for my project in .net would some one be kind enough to help me fix it up and get it going or something? because what i need is for it to load a .txt into listbox1.list for usernames n .txt into listbox2.list for passwords no its not for yahoo or msn its for a game lolz but yeh and like also its a cracker which i aint made 1 for this kind of sht b4 so yea o.O alittle help?
|
|||
|
02-27-2010, 12:07 PM
(This post was last modified: 02-27-2010 12:07 PM by l3g1sl4tor.)
Post: #2
|
|||
|
|||
|
RE: Help please?
Code: ' Load the ListBox from a file.credits : vb helper Read rules ![]()
|
|||
|
02-27-2010, 12:19 PM
(This post was last modified: 02-27-2010 01:02 PM by _VB_.)
Post: #3
|
|||
|
|||
RE: Help please?
(02-27-2010 12:07 PM)l3g1sl4tor Wrote: ok a bit complicated was lookn for sumthin more simple XD lol but ill give this a try thanks ![]() **EDIT** i think i found it XD Dim abc As String = My.Computer.FileSystem.ReadAllText("NameOfYourTextHere.txt") Dim pqr As String() = abc.Split(vbNewLine) ListBoxNAMEHERE.Items.AddRange(pqr) 'Credits To Kunal @ TeraBug ****EDIT**** ok n now i needa make it save >,< fkn hell lol help? lol |
|||
|
02-27-2010, 06:17 PM
Post: #4
|
|||
|
|||
|
RE: Help please?
Code: Imports System.Windows.Forms take care!
Read rules ![]()
|
|||
|
« Next Oldest | Next Newest »
|







