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

Search results for query: *

  • Users: Tonyn2002
  • Content: Threads
  • Order by date
  1. Tonyn2002

    Two (I think simple) questions for a school project I am working on...

    I need to figure out in VB how to check a character in a string - a certain position. Such as string - "abcdefg" Need to check position 1 (a) and 3 (c). Was thinking something like (position what ever the correct code to use) for I = 1 to len(strStringToCheck) Step 1 position(I...
  2. Tonyn2002

    How do I get information from a text file to use in my program?

    I can't seem to get this to work for a school project. Example of what I am after Included in the text file would be these settings (kind of like a configuration settings) [settings] taxes=.07 lastpath=where ever a file was last saved lastlogon=who ever last logged on [options] font=arial...
  3. Tonyn2002

    On a label... How do I continue on the next line?

    Such as in HTML, I would use the <BR> to go to the next line down Example a label at the top (lblTitle) ACME, INC. Gas Mileage Testing Program Now what would I use after &quot;ACME, INC.&quot; to go to the next line. Is there a character to go to the next line, such as &quot;&&quot; (without...
  4. Tonyn2002

    I need some help with executing a program external of the one I wrote

    Hi, I am new here, and am lost with this programming thing... What I am trying to do is make a setup.exe that will point to either two different programs on the CD. But I have no idea how I would call to a program on the CD in which it is installed. Basically on the CD I have two directory's...

Part and Inventory Search

Back
Top