Forum: C# 12 Days Ago |
| Replies: 1 Views: 161 Some quick help with loggin into a webpage Im trying to figure what i am doing wrong with this code to login with a certiain username and password. The text box id for the username is username and for the password box the id is password. ... |
Forum: C# 13 Days Ago |
| Replies: 2 Views: 206 Dynamic Multithreading help Here is my situation. Im trying to learn how to take full advantage of multithreading but am at a rump.
I have one listbox of usernames and it checks them on a website to see if they exist or... |
Forum: Network Security Mar 23rd, 2008 |
| Replies: 112 Views: 126,700 |
Forum: C# Dec 6th, 2007 |
| Replies: 2 Views: 1,575 |
Forum: C# Dec 6th, 2007 |
| Replies: 2 Views: 1,575 help with listbox items here is my problem ...
I have a bunch of usernames in a listbox called listBox1, how can i store each line of text into a mulitiple arrays of a string?
i cant seem to figure it out
I want to do... |
Forum: C++ Oct 27th, 2007 |
| Replies: 5 Views: 1,273 |
Forum: C++ Oct 27th, 2007 |
| Replies: 5 Views: 1,273 Puzzled with reading multiple lines from file Ok i have a file of names that looks like this:
john
mary
joe
matthew
im trying to use a for loop to store each name in a variable or string so i can use a for loop again later to output each name |