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...
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 :)
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...
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 :)
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...
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
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 "ACME, INC." to go to the next line. Is there a character to go to the next line, such as "&" (without...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.