Search results for query: *

  • Users: donjkurian
  • Content: Threads
  • Order by date
  1. D

    Regex for case insensitive registry search

    Hi, I've recently learnt that Regex class maybe used to develop case insensitive searches. I have a registry search program that will return only the exact matches from the registry. I need to make it case insensitive. Can you guide me how to do that using regular expressions in vb.net 2005. Im...
  2. D

    Back up Registry

    Hi All, I have a program which will search the entire registry for a keyword and display all the matching keys/values in a listview. The user can then select the desired keys/values and delete them. Since this a program that deals with registry, i want to give the users a way to backup the...
  3. D

    implement multithreading

    Hi, Please help me introduce multithreading into my code so that the UI is more responsive. Here is what i've done: I have a program which searches the entire registry for a keyword and adds the matching keys/values into a listview. The UI becomes non responsive if i attempt to move the form or...
Back
Top