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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by PGARNER

  1. PGARNER

    Creating Button on Outlook toolbar

    I recently created an executable in VB6 that takes inputted information from the user and automatically sends a formatted email to a distribution list. I want to place a button on the outlook toolbar that when pressed will run the executable. I was told that this could be accomplished by a...
  2. PGARNER

    Type checking in VB

    You can use the isnumeric function similar to the following example If isnumeric(textbox.text) then 'action if numeric Else msgbox "Must enter a numeric value" textbox.setfocus End If I hope this helps you out

Part and Inventory Search

Back
Top