nobody2000
		10-05-2006 21:56:54
	 
	
	
	I have to do a project based on instructions from my professor. I was wondering if anyone could be so kind to help me out.[/sizecfe25ce153][/sizecfe25ce153]	
	
 
	
		kposse77
		11-05-2006 10:19:12
	 
	
	
	What do you need help with?	
	
 
	
		nobody2000
		11-05-2006 13:46:15
	 
	
	
	basically I have a list of instructions from my professor that tells me to do the following
Open up a txt file, and then there's a list of usernames and passwords
Looks like
username=password
and then one line is companyname=thenamehere
and I can't think of what to do to separate things from the username and password so that in the form where someone types in that info, the buttonclick event goes to the next form.
There are other things too -\	
	
 
	
		nobody2000
		11-05-2006 13:46:47
	 
	
	
	btw, this is all shit that isn't in the textbook and is not explained at all in the notes	
	
 
	
		kdollar
		11-05-2006 14:53:46
	 
	
	
	i hate vb.net i gotta retake my class. next fall, (	
	
 
	
		dmorris68
		11-05-2006 19:01:33
	 
	
	
	The text file you're talking about is called an INI file or a property file.  It is commonly used to store configuration data in a key=value format.  You wouldn't have "username=password", instead you would have
username=<the persons username>
password=<the password>
etc. etc.	
	
 
	
		nobody2000
		12-05-2006 23:36:39
	 
	
	
	no this isn't the case
It is a txt file my prof. came up with
and it is literally in the format
"username=password"
$100 paypal to whoever wants me to send the final to them and they'll finish it for my by friday, 5/18