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 TouchToneTommy 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: Rish
  • Content: Threads
  • Order by date
  1. Rish

    Startup BEFORE Windows or Explorer starts!

    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...
  2. Rish

    Sorting Array

    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...
  3. Rish

    Searching strings, other method apart from InStr?

    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...

Part and Inventory Search

Back
Top