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 strongm 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: *

  1. Tonyn2002

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

    That does the trick :) Thanks 4 the help!
  2. 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...
  3. Tonyn2002

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

    You gotta love this place! Thanks for all the help, I finally got it to work thanks to you all. Really appreciate it, I really do. I now also have a better understaning of these API functions as well. Now to package this one up and turn it in :)
  4. Tonyn2002

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

    That actually looks like a good approach - didn't think of that one actually. Thanks I will give that one a try :)
  5. Tonyn2002

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

    Ok, still looking into this But can someone do me a (hopefully) quick favor.... Is there any way you could maybe write code for just one input from the ini file such as setting the tax rate assuming the file is named vintagevideo.ini and included in that file is TAXRATE = .07 That is of...
  6. Tonyn2002

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

    thanks for the quick reply. I am not too sure on the API functions, but will do the search as you suggested. Thanks again and if anyone has anything to add that would help me out - feel free :)
  7. 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...
  8. Tonyn2002

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

    Is it even possible in the design mode to do the same thing? And thanks for the help, that at least works... Just don't understand why I would have to do it in the code and can't just add something in the designer mode. Thanks again, Tony
  9. 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...
  10. Tonyn2002

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

    Thanks for the replies :) That covers it, got it working now Thanks again, Tony
  11. 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