Search results for query: *

  1. P

    writing to a sequential file

    Alright, i have one.txt document that we will call sales. we have another that we call bonus. sales contains all of the salesperson's information such as name and total sales. Bonus is to contain the bonuses for the salespeople. with my program, you enter the bonus rate and it applies it...
  2. P

    More array troubles

    nm fill
  3. P

    Array help

    how to a use an array without knowing the number of elements?
  4. P

    Formating text

    I did a search on how to set the text property of label to bold, the responses didnt seem to help or appeared rather complicated. I took vb6 in highschool 4 years ago and remeber it as beign rather simple. Any help is greatly appreciated.
  5. P

    Help with Focus on ListBox

    First of all, thanks for your time. My problem is that when i load my form, i need to have the focus set to a string in one of my list box's.
  6. P

    Reading Sequential access Files

    Alright everybody. I have to write a program which writes the store number, location, and store manager to a sequential access file. Im having no problem with this, but the program also has to be able to display a record based on the store number. When I run the program, i receive no errors...
  7. P

    quick question

    suppose i wanted to take a name from a text box and seperate the full name into strFirst and strLast, and the display the name reformated. I know that in order to display the name reformated i would do something like: dim strFirst as string dim strLast as string dim strName as string dim...
  8. P

    help with string manipulation

    Hello everybody, Im taking a vb.net class and im having a few problems with a prime number project. i can determine if the number is prime, but im struggling with displaying the divisors of non prime numbers. Anyone have any ideas?
Back
Top