Search results for query: *

  1. V

    Scroll Bar and TextBoxes

    I have a textbox that when an house address is entered I click the "Add Home button and the number next to the scroll bar moves to 1. As more homes are added it moves to 2 and on up. I need help with the code that will enable the scroll bar when scrolled backwards it will remember the previous...
  2. V

    My previous post was confusing, I'm sorry

    Yes this is an array of 3 different models of homes. the part in the code where it says "Get the current houses address and display it in the txtAddress txt box" It is supposed to be only one line of code. Valerie
  3. V

    My previous post was confusing, I'm sorry

    What I'm trying to do is: When a user chooses a house model: Choices are Barcelona, Madrid, and Rio. They choose this from a drop down list box. Then they click "Add Home" button and there us a scroll bar that moves up. Like: the scrol bar moves to 1 after the home is chosen and the address is...
  4. V

    Saving information in an array of objects

    I have to get a current house's address and display it in a textbox named txtAddress. Here is some of the code. I guess I should say that it is from a scroll bar that when you slide it forward or back it shows which address goes with the number on the scroll bar. The houses are in a list box. I...
  5. V

    Need help with textbox and text

    I have to get a current house's address and display it in a textbox named txtAddress. Here is some of the code. I guess I should say that it is from a scroll bar that when you slide it forward or back it shows which address goes with the number on the scroll bar. The houses are in a list box. I...
  6. V

    Calendar Program (dynamic controls)

    Thankyou, I will try this and see what happens! Valerie
  7. V

    Calendar Program (dynamic controls)

    I have to create a calendar program. The textboxes have to be created dynamically. I have to use a 2 dimensional array. I'm at the end of the code and now I'm stuck with Me.Controls.Add () I have everything else set but I'm stuck. I don't know what is supposed to go in the parenthesis after...
Back
Top