Search results for query: *

  1. G

    Question Unsure how to use Background Worker Component.

    I've slowly but surely been creating a program to sort though a large amount of user data on our server by folder size and file size (thanks to a lot of help from this forum). I was recently told that using the Background Worker component would help speed this process up... however, after...
  2. G

    Question Help with a simple loop

    Great, thanks a lot! It was driving me nuts that I couldn't figure out something simple like how to pick the last item in the list box.
  3. G

    Question Help with a simple loop

    listbox.clearSelected ok, i found out why it wasn't working... the loop works fine i just need to clear my selection in the list box so it doesn't choose the first selection. I could still use some help as to how to get it to stop when the list box runs out of items.
  4. G

    Question Help with a simple loop

    I'm trying to create new outputs from previously outputted strings in a list box. I thought I'd run a loop by selected index value to get the program to run through each item in the list box (in this case, 4 items). Instead of running through each item in the list it runs through the first...
  5. G

    customizing a search function

    thanks, I'm still stuck trying to figure out how that works though. What I really need to figure out is how to search within the directories or just pick out a segment of folders to get information from
  6. G

    customizing a search function

    I have a search function set-up to find all files and sub-folders based on size and/or file type. I'm now trying to use this to search among our database to find users with large amounts of data that can be deleted. However, there are too many users in the system so I would like to search...
  7. G

    Question Directory/Folder/File Searching recursive?

    I am extremely new to programming and need some serious help. I took some VB classes in high school, some Java in college and have messed around with macros, that is my extent of previous knowledge. Long story short, I have an internship where the learning involved is mostly self taught. I've...
Back
Top