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 John Tel 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: Dalie
  • Content: Threads
  • Order by date
  1. Dalie

    form following cursor until key press

    [concept] i'm trying to create a form that follows - at a fixed position (x = 100px, y = 100px) - the cursor until a key (e.g. windows key + c) gets pressed. as soon as the key (combination) is pressed the program stops 'following' the cursor, the program becomes the 'active window' (in focus)...
  2. Dalie

    replace pattern regexp

    I found a neat little script here @ tek-tips, but I don't fully understand the script. I know what it doest but don't know why. [ponder] data = " 21"",""BOB D."",""StePH_hens"",""SA052"",""CALL REAL ESTATE"",""CALL01"",""(804)411-2222"" " ... .Pattern = "\b(\w)(\w*?)\b" ... Function...
  3. Dalie

    regex replace characters

    Hi again, Hopefully one of my last questions ;) I really start enjoying to solve problems these day's and I learned a lot so far :D I found this simple script that replaces bad characters. WScript.Echo RenFile("bad%file&name.txt") Function RenFile(FileName) With New RegExp...
  4. Dalie

    [Regular Expressions] Limit The Search

    I use the following script to find folders with a specific name on my PC. However this script searches the whole computer every time. I am quite new to regular expressions. I'd like to modify the script in a way it limits the search to a folder, lets say: c:\temp I understand the code except...
  5. Dalie

    prevent permission denied

    I use the following script to lowercase names from folders. The script works fine. It produces an error (Permission Denied) however if I have a file opened which stands in a to be renamed directory. Is there a way to prevent this error from occurring? Any help, suggestions (even for the script I...

Part and Inventory Search

Back
Top