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 TouchToneTommy 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 jh508

  1. jh508

    searching

    Can someone please point me in the right direction to find info on how long a program has run, I have searched with little luck on this subject, thanks.
  2. jh508

    Date and Time Picker

    Hello all, I have a date and time picker on my form. I have the properties set to long date. when i print the value of it. i get only the date....any help on what i am doing wrong. thanks in advance
  3. jh508

    can someone please explain what is wrong with this code???

    This piece of code was posted on anothers post as a way to use the updown control. I am trying to use the updown control to select a time, but when the time reaches 12 midnite...i get the date and time. Any help or comments would be great. Thanks Private Sub Form_Load() TxtTime =...
  4. jh508

    textbox

    I have a form with several "one line" text boxes and one multi-line textbox. Upon printing, all "one line" text boxes print out fine, except the multi-line textbox. The multi-line textbox prints the first line with the proper left margin,(1/2 inch) but the other lines in...
  5. jh508

    turn-on and off fontbold

    I have a form that I need to turn-on fontbold and then turn-off the fontbold when listing the contents of a text box. I have used the following: printer.print fontbold = true printer.print "how can you do this"; printer.print fontbold = false printer.print frm1.txt1.text when i do...
  6. jh508

    make textboxes and lables resize with form

    Is there a way to make the textboxes and lables resize, with or when the screen resolution changes?
  7. jh508

    VB 4 printing a form

    Dragnut, As you can tell, I am very new to VB. Thanks for the help. JH508
  8. jh508

    VB 4 printing a form

    I am very new to VB and need help on how to print a form. I have a project in which I have two forms, which is a two page report, How do you print after you have entered the info on the form??? Thanks in advance for any info on this!

Part and Inventory Search

Back
Top