Search results for query: *

  1. T

    Convert string to date

    string to date hope this helps http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcustomdatetimeformatstrings.asp
  2. T

    Text File help

    Text File Help Thank you very much
  3. T

    Text File help

    Text File Help Thanx for ur help. Ok in the end i will want to make a database from the txt file input. The txt file looks like this Name Age DOB Phone Name Age DOB Phone Name Age DOB Phone Now what i need to do is to put each field in its corresponding field in the database. I...
  4. T

    Text File help

    Hello everybody, I have a txt file filled with information. The way the txt file is formatted now is each "record" takes up about 10-12 lines of the txt file and there are 20 records. Example: Name,Addy,Phone,Age,Sex SS#,Height,text,text,text text,text,text,text Name,Addy,Phone,Age,Sex...
  5. T

    Distress call to experienced developers!!!

    Hi thanx for the response. I've tried that already and no luck. Any other suggestions?
  6. T

    Distress call to experienced developers!!!

    Unable to load/compile .vb files, project problems.. Hello, I have ran into a big problem with a project of mine. Every .vb cannot be opened within my project, i cannot compile my project or even view my source code. I wanted to know if there is any way to fix this problem. Any would would...
  7. T

    Running Totals in a Class

    I will ask him as well on Tuesday, but i can't wait that long for an answer.
  8. T

    Running Totals in a Class

    You are on the nose. My instructor wanted us to use OOP, i have the same project with out OOP and works just fine. But i need it to work with OOP. And your not offensive at all. Thanx Tibby
  9. T

    Running Totals in a Class

    When the user hits the Add Shirt Button on the mainForm, the information is passed to a class called ShirtSale. Within ShirtSale, the calculations are done. Add Shirt Code Private Sub addShirtButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles addShirtButton.Click...
  10. T

    Running Totals in a Class

    Hello, attached you will find a link to a program i am working on for school. I have been working on this problem for quite some time now and don't understand why.:(:confused: When you run the program and start adding items to your order, the grand total does not increment, neither does the...
  11. T

    StreamReader question

    Good Evening, I have just signed up in hopes of finding a good explanation to my question. I would like to thank everyone in advance for any help they could give. Problem: I am trying to create a "Previous Record" button for a windows form. Current Setup: i have a File menu with 2 menu...
Back
Top