wolne's Profile
Reputation: 0
Apprentice
- Group:
- Members
- Active Posts:
- 37 (0.11 per day)
- Joined:
- 28-June 12
- Profile Views:
- 224
- Last Active:
Dec 12 2012 01:31 PM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: How do you place information from an xml file into a listbox?
Posted 11 Dec 2012
-
In Topic: variables not returning correct information
Posted 5 Nov 2012
Yes the database contains like 10 entries. It's something that my professor created for the purpose of this project. I am trying to learn the whole debugging process. I'll admit that is something I'm not the best at. I guess I should take the advice I was given and learn how that works. -
In Topic: ComboBox isnt displaying information from database
Posted 31 Oct 2012
By placing
loadAccountNumbers();
in public Form1(), I fixed my problem. -
In Topic: ComboBox isnt displaying information from database
Posted 31 Oct 2012
Right now, when I debug, my design pops up and I see the combo box, but it is empty. I put a breakpoint on line 50 like you said, and it did the same thing. -
In Topic: read in a file containing commas and other punctuation
Posted 23 Oct 2012
I meant to paste this.. the above code was my first shot and then I corrected it. But it still adds the exchange student each time I run the program.
string newLastName = "'Constant"; string newRecord = "(LIST (LIST 'Constant 'Malachi 'D ) '1234567890 'mdconstant@mail.usi.edu 4.000000 )"; string line; string lastName; bool insertionPointFound = false; for (int i = 0; i < lines.Count && !insertionPointFound; i++) { line = lines[i]; if (line.StartsWith("(LIST (LIST ")) { values = line.Split(" ".ToCharArray()); lastName = values[2]; if (newLastName.CompareTo(lastName) < 0) { lines.Insert(i, newRecord); insertionPointFound = true; } } } if (!insertionPointFound) { lines.Add(newRecord); }
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
wolne hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given

|
Comments
wolne has no profile comments yet. Why not say hello?