Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by funkyyuzzam

  1. funkyyuzzam

    scrolling through dates

    Help Is it possible to scroll through dates using the scroll bar control. if so, how? Funky
  2. funkyyuzzam

    Making form icons Invisible

    Help I dont want an icon on my forms at all! How do I get rid of them. Funky
  3. funkyyuzzam

    Linking to help files

    Hi I have created a help section for my VB project using MS help workshop. Does any 1 know how I can make it appear when the user click help from the menu. Any help appreciated (excuse the pun) Funky
  4. funkyyuzzam

    Line color

    Hi Guys can you help me. I need to make lines different colors when printing to a listbox in a form. I dont ned the code to print tp the listbox, I have done that OK. i just need to make each of these lines a different color. Any help appreciated. Print #1, "01"; Space(10)...
  5. funkyyuzzam

    Passing data to a listbox in another form

    Thanks Guys Yes tbuch, i declared the variables and have now tried all the advice. It all works fine. Funky
  6. funkyyuzzam

    Passing data to a listbox in another form

    Its Ok I sussed it. Just for interest, I left out the space(12) and just coded .AddItem Date & "Endurance " &_ Training & " Hours" this works. i assume the list box didnt understand the space bit. Thanks for your help
  7. funkyyuzzam

    Passing data to a listbox in another form

    Can anyone help, Im a bit confused her. I need to send the data below to a list box on another form rather than just printing it to the form itself. I can't for the life of me work out how to do this. Here is the doe that i have written to print staright to the form, but this is crap...
  8. funkyyuzzam

    Assigning dates in order to labels

    Thanks Zemp I had thought of this actually so I'm glad you think it's a viable technique. funky
  9. funkyyuzzam

    Assigning dates in order to labels

    Thanks for the help i will give it a try
  10. funkyyuzzam

    Assigning dates in order to labels

    Hi I am tryingto develop a diary type application. Basically i need list each day of the current week on seperate labels. Next to each label will be a text box where a user will enter an event which will be stored as avariable to use later. So what I need to know is how to assign each label...

Part and Inventory Search

Back
Top