I have made a little simple program in VB. Basically it loads, shows a image, stays visible for 2 seconds then unloads itself. A splash screen.
I would like this to appear BEFORE windows (i.e. explorer.exe) starts.
So using VB to edit...
I need to sort an array of strings BUT need to keep a record of the original position of the string from the original array. ALSO store its position in another array (of integers).
e.g.
original array
of strings
0 B
1 B
2 A
3 C
4 F
5 G
6 D...
I have two strings, and I am comparing them to see if one strings' contents exist in the other:
e.g.
Dim A as string
Dim B as string
A$ = "hello"
B$ = "lo"
then using: Instr(A$, B$)
I am (in my project) assigning large amounts of data to the strings.
Is there any other...
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.