Search results for query: *

  1. R

    Question Load button for simple reading text file

    I have no idea how to do that, I don't expect you to write it for me but maybe hints or a guide on how to would be greatly appreciated I also need the save button to save all the items in the list box, how do I modify the code for this?
  2. R

    Question Load button for simple reading text file

    Thanks.. im having a little problem with the load button, its reading what I have saved but its loading all the data into the text boxes when I want it to go into my listbox where I can display all the data. im using the code written above as a reference. thanks for any help
  3. R

    Question Load button for simple reading text file

    Hey Ian thanks ill try it out and let you know how it goes, and when you said your code goes here above, do you mean just the parts where i specify the text boxs?
  4. R

    Question Load button for simple reading text file

    Hey i'm having an issue where i can save the data i enter into the program but i cant load it as the load button doesn't seem to function. I don't get any error messages when this happens so i'm very confused here is the code for the save and load button: Private Sub btnSave_Click(ByVal...
  5. R

    Question Save and load button help for a simple database

    Hi im working on a simple database program for school in visual basic, i need a load and save button for the program. The program loads up the data into a list box, there are 6 text boxes that are used to bring the data to the list box. I just need the save button to save all the data to a .txt...
Back
Top